Commit 682d2acb authored by 黄媛媛's avatar 黄媛媛

修改

parent 0e11e992
......@@ -18,7 +18,12 @@
<script>
export default {
props: ['couponMessage'],
props: {
couponMessage: {
type: String,
default:0
}
},
data() {
return {
pageinfo: {},
......
......@@ -303,7 +303,7 @@
></auth>
<coupon
v-if="showCoupons"
:couponMessage="couponMessage"
:coupon-message="couponMessage"
@goLook="goLook"
@closeBtn="closeBtn"
></coupon>
......
......@@ -81,7 +81,7 @@
</view>
<coupon
v-if="showCoupons"
:couponMessage="couponMessage"
:coupon-message="couponMessage"
@goLook="goLook"
@closeBtn="closeBtn"
></coupon>
......@@ -322,7 +322,6 @@ export default {
},
getReceive(){//分享进入调取领券接口
// 1-分享,2-购买并付款
this.request2(
{
url: "/api/AppletUser/ShareCoupon",
......
......@@ -45,6 +45,10 @@
<view v-if="y.address_disabled">
<u-tag size="mini" text="不在配送范围内" type="warning" />
</view>
<view style="height: 22px;line-height: 22px;font-size: 11px;color: #FF4048;background: #fdf6ec;padding: 0 5px;margin-bottom: 5px;display: inline-block;">
<text>{{y.freeShippingDescription}}</text>
</view>
</view>
</view>
</template>
......
......@@ -34,7 +34,7 @@
</view>
<coupon
v-if="showCoupons"
:couponMessage="couponMessage"
:coupon-message="couponMessage"
@goLook="goLook"
@closeBtn="closeBtn"
></coupon>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment