Ver Fonte

申请售后

shish há 2 anos atrás
pai
commit
506ab44812
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      ghsApp/src/pages.json
  2. 1 1
      ghsApp/src/pagesPurchase/info.vue

+ 1 - 1
ghsApp/src/pages.json

@@ -355,7 +355,7 @@
 				{ "path": "info", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": true } },
 				{ "path": "refundList", "style": { "navigationBarTitleText": "记录", "enablePullDownRefresh": true } },
 				{ "path": "refundDetail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": true } },
-				{ "path": "refund", "style": { "navigationBarTitleText": "申请退款", "enablePullDownRefresh": true } },
+				{ "path": "refund", "style": { "navigationBarTitleText": "申请售后", "enablePullDownRefresh": true } },
 				{ "path": "refundSuccess", "style": { "navigationBarTitleText": "状态", "enablePullDownRefresh": true } },
 				{ "path": "bookProduct", "style": { "navigationBarTitleText": "下单"} }
 			]

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -75,7 +75,7 @@
 			<view class="title">
 				商品信息 
 				<text @click="goRefund(detailInfo)" v-if="detailInfo.status == 4" 
-				style="float:right;font-weight:normal;color:#3385FF;margin-right:30upx;">申请退款</text>
+				style="float:right;font-weight:normal;color:#3385FF;margin-right:30upx;">申请售后</text>
 				<text @click="printAllLabel(detailInfo,1)" style="float:right;font-weight:normal;color:#3385FF;margin-right:30upx;">
 				打全部价码
 				</text>