Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-boss
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
wx-boss
Commits
47b8e2d0
Commit
47b8e2d0
authored
Feb 19, 2025
by
何炳良
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into 'test'
Develop See merge request
!3
parents
5f7e31ae
9073a41d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
32 deletions
+20
-32
feedbackDetail.js
miniprogram/pages/feedbackDetail/feedbackDetail.js
+2
-1
feedbackDetail.ts
miniprogram/pages/feedbackDetail/feedbackDetail.ts
+2
-1
project.config.json
miniprogram/project.config.json
+8
-30
project.private.config.json
miniprogram/project.private.config.json
+8
-0
No files found.
miniprogram/pages/feedbackDetail/feedbackDetail.js
View file @
47b8e2d0
...
...
@@ -125,7 +125,8 @@ Page({
});
return
;
}
var
id
=
this
.
data
.
dataList
[
this
.
data
.
dataList
.
length
-
1
].
id
;
// var id = this.data.dataList[this.data.dataList.length - 1].id;
var
id
=
this
.
data
.
id
;
var
val
=
this
.
data
.
inputValue
;
if
(
val
.
trim
()
==
""
)
val
=
"您的反馈客服已处理,谢谢!"
;
...
...
miniprogram/pages/feedbackDetail/feedbackDetail.ts
View file @
47b8e2d0
...
...
@@ -124,7 +124,8 @@ Page({
})
return
}
const
id
=
this
.
data
.
dataList
[
this
.
data
.
dataList
.
length
-
1
].
id
;
// const id = this.data.dataList[this.data.dataList.length-1].id;
const
id
=
this
.
data
.
id
;
let
val
=
this
.
data
.
inputValue
;
if
(
val
.
trim
()
==
""
)
val
=
"您的反馈客服已处理,谢谢!"
console
.
log
(
val
,
id
);
...
...
miniprogram/project.config.json
View file @
47b8e2d0
{
"description"
:
"项目配置文件"
,
"packOptions"
:
{
"ignore"
:
[]
"ignore"
:
[],
"include"
:
[]
},
"setting"
:
{
"urlCheck"
:
true
,
...
...
@@ -42,35 +43,11 @@
},
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.16.0"
,
"appid"
:
"wx
6c0f07775b60792b
"
,
"appid"
:
"wx
458799fcb933d34f
"
,
"projectname"
:
"wx-manage-shell"
,
"debugOptions"
:
{
"hidedInDevtools"
:
[]
},
"scripts"
:
{},
"staticServerOptions"
:
{
"baseURL"
:
""
,
"servePath"
:
""
},
"isGameTourist"
:
false
,
"condition"
:
{
"search"
:
{
"list"
:
[]
},
"conversation"
:
{
"list"
:
[]
},
"game"
:
{
"list"
:
[]
},
"plugin"
:
{
"list"
:
[]
},
"gamePlugin"
:
{
"list"
:
[]
},
"miniprogram"
:
{
"list"
:
[]
}
"condition"
:
{},
"editorSetting"
:
{
"tabIndent"
:
"insertSpaces"
,
"tabSize"
:
2
}
}
\ No newline at end of file
miniprogram/project.private.config.json
0 → 100644
View file @
47b8e2d0
{
"description"
:
"项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
,
"projectname"
:
"wx-manage-shell"
,
"setting"
:
{
"compileHotReLoad"
:
true
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment