[修改优惠券管理,添加我的优惠券,修改签到页面]
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="item cover" v-else-if="item.type.value == 1">
|
||||
<image class="cover-tips" src="http://localhost:8081/static/images/coupon-fu.png" mode=""></image>
|
||||
<image class="cover-tips" src="/static/imgs/coupon-fu.png" mode=""></image>
|
||||
</view>
|
||||
<view class="item cover" v-else>
|
||||
<image class="cover-tips" src="http://localhost:8081/static/images/coupon-ti.png" mode=""></image>
|
||||
<image class="cover-tips" src="/static/imgs/coupon-ti.png" mode=""></image>
|
||||
</view>
|
||||
<view class="item mian">
|
||||
<view class="title nowrap">{{ item.title }}</view>
|
||||
@@ -60,6 +60,7 @@
|
||||
userCouponList(this.$Route.query.couponId, {
|
||||
status : this.$Route.query.status
|
||||
}).then(res => {
|
||||
console.log(res)
|
||||
this.coupons = res.data
|
||||
this.pages = res.page
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user