Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
qinhaitao
taobao-mini-template
Commits
0811bb22
Commit
0811bb22
authored
Jul 15, 2020
by
秦海涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5614b819
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
app.json
client/app.json
+1
-1
config.js
client/config.js
+2
-2
add.axml
client/pages/activity/addTemp/add.axml
+1
-1
No files found.
client/app.json
View file @
0811bb22
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"pages/cmp/index/index"
"pages/cmp/index/index"
],
],
"window"
:
{
"window"
:
{
"defaultTitle"
:
"
店铺漂流记商家管理后台
"
"defaultTitle"
:
"
<%=appName%>
"
},
},
"plugins"
:
{
"plugins"
:
{
"myPlugin"
:
{
"myPlugin"
:
{
...
...
client/config.js
View file @
0811bb22
...
@@ -9,8 +9,8 @@ export default {
...
@@ -9,8 +9,8 @@ export default {
cloudFnName
:
'duiba'
,
cloudFnName
:
'duiba'
,
// 小程序appId
// 小程序appId
appId
:
"
3000000002590532
"
,
appId
:
"
<%=appId%>
"
,
// 配置应用appID, 权益插件用
// 配置应用appID, 权益插件用
bizCode
:
"
3000000002693435
"
,
bizCode
:
"
<%=bizCode%>
"
,
};
};
client/pages/activity/addTemp/add.axml
View file @
0811bb22
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view class="edit-breadcrumb">
<view class="edit-breadcrumb">
<text class="edit-title edit-title_my" onTap="backList">我的活动</text>
<text class="edit-title edit-title_my" onTap="backList">我的活动</text>
<text class="edit-title edit-title-separate">/</text>
<text class="edit-title edit-title-separate">/</text>
<text class="edit-title">{{activityId ? '编辑' : '新建'}} 「 <%=app
Info.app
Name%> 」 活动</text>
<text class="edit-title">{{activityId ? '编辑' : '新建'}} 「 <%=appName%> 」 活动</text>
</view>
</view>
...
...
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