bug修复
This commit is contained in:
parent
a88090f354
commit
4f7cda122e
@ -35,8 +35,8 @@ export function rightList(params) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------通告券相关-----------------------
|
//------------------急招券相关-----------------------
|
||||||
//查询基础通告券
|
//查询基础急招券
|
||||||
export function initCouponList() {
|
export function initCouponList() {
|
||||||
return request({
|
return request({
|
||||||
url: '/base/coupon/uniCouponList',
|
url: '/base/coupon/uniCouponList',
|
||||||
|
|||||||
@ -201,7 +201,7 @@ export function saveBlack(data) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
//查询通告券
|
//查询急招券
|
||||||
export function getMemberCoupon() {
|
export function getMemberCoupon() {
|
||||||
return request({
|
return request({
|
||||||
url: '/member/coupon/getMemberCoupon',
|
url: '/member/coupon/getMemberCoupon',
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container-box">
|
<view class="container-box">
|
||||||
<navigation-bar-vue title="通告券" style="width: 100%;" background-color="#ffffff"
|
<navigation-bar-vue title="急招券" style="width: 100%;" background-color="#ffffff"
|
||||||
title-color="#000000"></navigation-bar-vue>
|
title-color="#000000"></navigation-bar-vue>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="content-body">
|
<view class="content-body">
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="item-field" style="align-items: center;">
|
<view class="item-field" style="align-items: center;">
|
||||||
<!-- <view class="my-suggest-dom" @click="viewRichText()">-->
|
<!-- <view class="my-suggest-dom" @click="viewRichText()">-->
|
||||||
<!-- <text>了解通告券</text>-->
|
<!-- <text>了解急招券</text>-->
|
||||||
<!-- <uni-icons type="right" color="#363636" size="14"></uni-icons>-->
|
<!-- <uni-icons type="right" color="#363636" size="14"></uni-icons>-->
|
||||||
<!-- </view>-->
|
<!-- </view>-->
|
||||||
<view class="my-suggest-dom" @click="goMyCoupon(1)">
|
<view class="my-suggest-dom" @click="goMyCoupon(1)">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container-box">
|
<view class="container-box">
|
||||||
<navigation-bar-vue title="通告券" style="width: 100%;" background-color="#ffffff"
|
<navigation-bar-vue title="急招券" style="width: 100%;" background-color="#ffffff"
|
||||||
title-color="#000000"></navigation-bar-vue>
|
title-color="#000000"></navigation-bar-vue>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<!-- 操作按钮 -->
|
<!-- 操作按钮 -->
|
||||||
@ -37,7 +37,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="item-field" style="align-items: center;">
|
<view class="item-field" style="align-items: center;">
|
||||||
<view class="my-suggest-dom" @click="viewRichText()">
|
<view class="my-suggest-dom" @click="viewRichText()">
|
||||||
<text>查看《通告券购买协议》</text>
|
<text>查看《急招券购买协议》</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="detail-item">
|
<view class="detail-item">
|
||||||
<view class="left-dom">通告券</view>
|
<view class="left-dom">急招券</view>
|
||||||
<view class="right-dom">*{{item.goodsNum}} 张</view>
|
<view class="right-dom">*{{item.goodsNum}} 张</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="detail-item" style="border-bottom:1rpx solid #F4F4F4;padding-bottom: 25rpx;">
|
<view class="detail-item" style="border-bottom:1rpx solid #F4F4F4;padding-bottom: 25rpx;">
|
||||||
@ -107,10 +107,10 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
globalConfig: getApp().globalData.config,
|
globalConfig: getApp().globalData.config,
|
||||||
menus: ['通告券', '购买记录'],
|
menus: ['急招券', '购买记录'],
|
||||||
menuIndex: 0,
|
menuIndex: 0,
|
||||||
coupon: 0,
|
coupon: 0,
|
||||||
//选中的通告券下标
|
//选中的急招券下标
|
||||||
couponIndex: 0,
|
couponIndex: 0,
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
|
|||||||
@ -112,7 +112,7 @@
|
|||||||
<view class="menu-item" v-if="'01'==localUserType" @click="goCoupon()">
|
<view class="menu-item" v-if="'01'==localUserType" @click="goCoupon()">
|
||||||
<!-- <image src="@/static/mine/zuji.png" mode="aspectFit"></image> -->
|
<!-- <image src="@/static/mine/zuji.png" mode="aspectFit"></image> -->
|
||||||
<image src="@/static/mine/caise/tonggaoquan.png" mode="aspectFit"></image>
|
<image src="@/static/mine/caise/tonggaoquan.png" mode="aspectFit"></image>
|
||||||
<view class="text-dom">通告券</view>
|
<view class="text-dom">急招券</view>
|
||||||
<uni-icons type="right" color="#623109" size="12"></uni-icons>
|
<uni-icons type="right" color="#623109" size="12"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
<view class="menu-item" @click="goHistory()">
|
<view class="menu-item" @click="goHistory()">
|
||||||
|
|||||||
@ -587,7 +587,7 @@
|
|||||||
this.$refs.share.open()
|
this.$refs.share.open()
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 使用通告券加速
|
* 使用急招券加速
|
||||||
*/
|
*/
|
||||||
useCoupon() {
|
useCoupon() {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user