Commit 0811bb22 authored by 秦海涛's avatar 秦海涛

update

parent 5614b819
......@@ -4,7 +4,7 @@
"pages/cmp/index/index"
],
"window": {
"defaultTitle": "店铺漂流记商家管理后台"
"defaultTitle": "<%=appName%>"
},
"plugins": {
"myPlugin": {
......
......@@ -9,8 +9,8 @@ export default {
cloudFnName: 'duiba',
// 小程序appId
appId: "3000000002590532",
appId: "<%=appId%>",
// 配置应用appID, 权益插件用
bizCode: "3000000002693435",
bizCode: "<%=bizCode%>",
};
......@@ -2,7 +2,7 @@
<view class="edit-breadcrumb">
<text class="edit-title edit-title_my" onTap="backList">我的活动</text>
<text class="edit-title edit-title-separate">/</text>
<text class="edit-title">{{activityId ? '编辑' : '新建'}} 「 <%=appInfo.appName%> 」 活动</text>
<text class="edit-title">{{activityId ? '编辑' : '新建'}} 「 <%=appName%> 」 活动</text>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment