@@ -78,7 +78,7 @@ export const delShop = data => {
}
/** *
- * 下载收款码
+ * 下载结账码
*/
export const downQrCode = data => {
return https.get('/shop/download-gathering-code', data, {}, { hideError: true })
@@ -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 -->
@@ -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='时间' />
@@ -36,13 +36,6 @@
- <view class="order-info_box" v-if="detailInfo.status == 2 && detailInfo.payRemark!=''">
- <view>支付说明:</view>
- <view>
- {{ detailInfo.payRemark }}
- </view>
-
<view class="order-info_box">
<view>操作人员:</view>
<view>{{ detailInfo.hdStaffName!=''?detailInfo.hdStaffName:'客户' }}</view>