| | |
| | | <view @click="getCoupon" class="coupon-btn">确定</view> |
| | | </u-popup> |
| | | <u-modal showCancelButton :show="showRemark" title="备注" confirmColor="#D31F28" @close="showRemark = false" @cancel="showRemark = false" @confirm="showRemark = false"> |
| | | <u--textarea v-model="buyerNote" placeholder="请输入备注内容" count></u--textarea> |
| | | <view style="border: 1rpx solid #eee;width: 100%"> |
| | | <u--textarea v-model="buyerNote" placeholder="请输入备注内容" maxlength="100" none count></u--textarea> |
| | | </view> |
| | | |
| | | </u-modal> |
| | | </block> |
| | | <view v-if="shopInfo.scanFlag==0" class="empty-box"> |
| | |
| | | cid: this.cid |
| | | } |
| | | } |
| | | if (this.activityQrcodeId) { |
| | | if (this.shopId) { |
| | | api = queryShopByShopId |
| | | params = { |
| | | shopId: this.shopId |