| | |
| | | var goodsRecordIds = [] |
| | | if (this.dto.goodsRecordIdListStr) { |
| | | for (var t of this.cache_goods) { |
| | | t.push(t.goodsId) |
| | | t.push(t.id) |
| | | } |
| | | } |
| | | |
| | |
| | | }) |
| | | tmp.$message.hideLoading() |
| | | if (code === 0) { |
| | | //清空优惠券 |
| | | this.$store.dispatch('cache_coupon_select', {}) |
| | | this.$store.dispatch('cache_goods_select', []) |
| | | |
| | | |
| | | //提交信息 |
| | | console.log('pay,', data) |
| | | // /api/pub/init/callback?orderId= |
| | |
| | | // tmp.$message.showToast('支付成功') |
| | | //返回上一页 |
| | | await tmp.$store.dispatch('sign_add', 'shopping') |
| | | //清空优惠券 |
| | | this.$store.dispatch('cache_coupon_select', {}) |
| | | this.$store.dispatch('cache_goods_select', []) |
| | | |
| | | tmp.$message.showToast('支付成功') |
| | | setTimeout(() => { |
| | | uni.navigateBack() |
| | |
| | | style="display: inline-block;">{{ item.levelStr || '' }}</span>{{ item.name || '-' }} |
| | | </view> |
| | | <view class="price"> |
| | | {{ item.price || 0 }}*{{ item.num }}扎 |
| | | {{ item.priceMember || item.price || 0 }}*{{ item.num }}扎 |
| | | </view> |
| | | <view class="desc m-t-12"> |
| | | <view class="m-r-15">每扎重量:{{ item.weight || 0 }}</view> |
| | |
| | | </view> |
| | | |
| | | <view class="p10 bg-white m-t-20 br-4"> |
| | | <!-- #ifdef PUB_CUSTOMER_DEV --> |
| | | <view class="form-item flex "> |
| | | <view class="label">优惠券</view> |
| | | |
| | |
| | | <u-icon class="m-l-a" name="arrow-right"></u-icon> |
| | | </view> |
| | | </view> |
| | | <!-- #endif --> |
| | | |
| | | <view class="form-item flex m-t-12"> |
| | | <view class="label">特殊需求</view> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- #ifdef PUB_CUSTOMER_DEV --> |
| | | <view class="form-item flex "> |
| | | <view class="label">兑换券</view> |
| | | |
| | |
| | | <u-icon class="m-l-a" name="arrow-right"></u-icon> |
| | | </view> |
| | | </view> |
| | | <!-- #endif --> |
| | | </view> |
| | | |
| | | </view> |