merge
This commit is contained in:
@@ -30,10 +30,10 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item cover" v-else-if="item.type.value == 1">
|
<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>
|
||||||
<view class="item cover" v-else>
|
<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>
|
||||||
<view class="item mian">
|
<view class="item mian">
|
||||||
<view class="title nowrap">{{ item.title }}</view>
|
<view class="title nowrap">{{ item.title }}</view>
|
||||||
|
|||||||
@@ -12,10 +12,10 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item cover" v-else-if="item.type.value == 1">
|
<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>
|
||||||
<view class="item cover" v-else>
|
<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>
|
||||||
<view class="item mian">
|
<view class="item mian">
|
||||||
<view class="title nowrap">{{ item.title }}</view>
|
<view class="title nowrap">{{ item.title }}</view>
|
||||||
@@ -60,6 +60,7 @@
|
|||||||
userCouponList(this.$Route.query.couponId, {
|
userCouponList(this.$Route.query.couponId, {
|
||||||
status : this.$Route.query.status
|
status : this.$Route.query.status
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
console.log(res)
|
||||||
this.coupons = res.data
|
this.coupons = res.data
|
||||||
this.pages = res.page
|
this.pages = res.page
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
|||||||
Reference in New Issue
Block a user