瀏覽代碼

商城功能开关

shish 3 年之前
父節點
當前提交
de67be7bd7
共有 4 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      hdApp/src/admin/home/workbench.vue
  2. 1 1
      hdApp/src/pages.json
  3. 3 3
      hdApp/src/pagesPurchase/open.vue
  4. 1 1
      hdApp/src/pagesPurchase/order.vue

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -96,7 +96,7 @@
     <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/admin/stat/cgItem'})">采购统计</button>
     <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="suggest()">改进建议</button>
     <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/pb'})">已屏蔽列表</button>
-    <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/open'})">开启零售功能</button>
+    <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/open'})">商城功能开关</button>
   </view>
 
   <template v-if="!$util.isEmpty(supplierList)">

+ 1 - 1
hdApp/src/pages.json

@@ -388,7 +388,7 @@
 				{ "path": "details", "style": { "navigationBarTitleText": "确认订单" } },
 				{ "path": "order", "style": { "navigationBarTitleText": "供货商", "enablePullDownRefresh": true } },
 				{ "path": "pb", "style": { "navigationBarTitleText": "已屏蔽商家", "enablePullDownRefresh": true } },
-				{ "path": "open", "style": { "navigationBarTitleText": "开启零售功能", "enablePullDownRefresh": true } },
+				{ "path": "open", "style": { "navigationBarTitleText": "商城功能开关", "enablePullDownRefresh": true } },
 				{ "path": "shopping", "style": { "navigationBarTitleText": "采购", "enablePullDownRefresh": true } },
 				{ "path": "ghsProduct", "style": { "navigationBarTitleText": "采购花材", "enablePullDownRefresh": false } },
 				{ "path": "setPsd", "style": { "navigationBarTitleText": "设置密码", "enablePullDownRefresh": true } },

+ 3 - 3
hdApp/src/pagesPurchase/open.vue

@@ -3,11 +3,11 @@
     <div>
       <form>
         <div class="module-com input-line-wrap" style="padding:20upx 26upx 0upx 26upx;font-size:32upx;">
-          您正在申请花店零售所需的完整功能,包括商城、订单管理、客户管理和财务管理等。
+          您正在申请开通零售店所需的完整功能,包括商城、订单管理、客户管理和财务管理等。
         </div>
         <div class="confirm-btn">
-          <button class="admin-button-com big blue" @click="changeCg(0)"> 申请开通 </button>
-          <button class="admin-button-com big default" style="margin-top:30upx;" @click="changeCg(1)"> 申请关闭 </button>
+          <button class="admin-button-com big blue" @click="changeCg(0)"> 开通 </button>
+          <button class="admin-button-com big default" style="margin-top:30upx;" @click="changeCg(1)"> 关闭 </button>
         </div>
       </form>
     </div>

+ 1 - 1
hdApp/src/pagesPurchase/order.vue

@@ -5,7 +5,7 @@
       <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/admin/stat/cgItem'})">采购统计</button>
       <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="suggest()">改进建议</button>
       <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/pb'})">已屏蔽列表</button>
-      <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/open'})">开启零售功能</button>
+      <button class="admin-button-com mini-btn blue" style="margin-left:13upx;padding-top:17upx;padding-bottom:17upx;" @click="pageTo({url:'/pagesPurchase/open'})">商城功能开关</button>
     </view>
 
 <template v-if="!$util.isEmpty(supplierList)">