shish vor 1 Jahr
Ursprung
Commit
ab29ba714b

+ 1 - 1
ghsApp/src/api/shop/index.js

@@ -78,7 +78,7 @@ export const delShop = data => {
 }
 
 /** *
- * 下载收款
+ * 下载结账
  */
 export const downQrCode = data => {
 	return https.get('/shop/download-gathering-code', data, {}, { hideError: true })

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -54,7 +54,7 @@
       <view class="module-com user-address_bx">
           <view class="address-tit" style="position: relative;">
             地址 
-              <button class="admin-button-com middle blue" @click="downloadCode()" style="position:absolute;right:200upx;top:-15upx;font-size:29upx;">下载收款码</button>
+              <button class="admin-button-com middle blue" @click="downloadCode()" style="position:absolute;right:200upx;top:-15upx;font-size:29upx;">下载结账码</button>
               <!-- #ifdef MP-WEIXIN -->
               <button class="admin-button-com middle blue" open-type="share" style="position: absolute;right:16upx;top:-15upx;font-size:29upx;">邀请结账</button>
               <!-- #endif -->

+ 0 - 1
hdApp/src/admin/order/debtList.vue

@@ -4,7 +4,6 @@
 		<view class="top-view">
 			<view class="top-row">
 				<view class="info-item">
-					<image class="logo" :src="customInfo.smallAvatar"/>
 					<text class="name">{{ customInfo.name || "" }}</text>
 				</view>
 				<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" defaultShowName='时间' />

+ 0 - 7
hdApp/src/admin/settle/detail.vue

@@ -36,13 +36,6 @@
 					</view>
 				</view>
 
-				<view class="order-info_box" v-if="detailInfo.status == 2 && detailInfo.payRemark!=''">
-					<view>支付说明:</view>
-					<view>
-						{{ detailInfo.payRemark }}
-					</view>
-				</view>
-
 				<view class="order-info_box">
 					<view>操作人员:</view>
 					<view>{{ detailInfo.hdStaffName!=''?detailInfo.hdStaffName:'客户' }}</view>