shish 3 лет назад
Родитель
Сommit
f2ca090835
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      ghsApp/src/admin/item/xjSelect.vue
  2. 1 1
      hdApp/src/pages.json

+ 2 - 2
ghsApp/src/admin/item/xjSelect.vue

@@ -66,8 +66,8 @@
 		</view>
 		<view class="app-footer" v-if="variety ==1">
 			<button class="admin-button-com big default" @click="clearXj">清空花材</button>
-			<button class="admin-button-com big default" @click="goBack()">返回</button>
-			<button class="admin-button-com big blue" style="margin-left:50upx;" @click="saveAllItemNum()">保存修改</button>
+			<button class="admin-button-com big blue" style="margin-left:40upx;" @click="goBack()">返回列表</button>
+			<button class="admin-button-com big blue" style="margin-left:40upx;" @click="saveAllItemNum()">保存修改</button>
 		</view>
 		<modal-module :show="changeShow" @click="confirmChange" :maskClosable="true" title="修改名称" padding="30rpx 30rpx" >
 			<template v-slot:content>

+ 1 - 1
hdApp/src/pages.json

@@ -417,7 +417,7 @@
 				{ "path": "gatherResult", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } },
 				{ "path": "purDetails", "style": { "navigationBarTitleText": "采购详情", "enablePullDownRefresh": true } },
 				{ "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
-				{ "path": "xj", "style": { "navigationBarTitleText": "请选择颜色", "enablePullDownRefresh": true } },
+				{ "path": "xj", "style": { "navigationBarTitleText": "请选择颜色"} },
 				{ "path": "refundDetail", "style": { "navigationBarTitleText": "退款详情", "enablePullDownRefresh": true } },
 				{ "path": "level", "style": { "navigationBarTitleText": "会员等级", "enablePullDownRefresh": true } },
 				{ "path": "bookProduct", "style": { "navigationBarTitleText": "预订花材", "enablePullDownRefresh": false } },