bug修复

This commit is contained in:
13405411873 2025-05-06 14:05:50 +08:00
parent a88090f354
commit 4f7cda122e
6 changed files with 12 additions and 12 deletions

View File

@ -35,8 +35,8 @@ export function rightList(params) {
})
}
//------------------通告券相关-----------------------
//查询基础通告
//------------------急招券相关-----------------------
//查询基础急招
export function initCouponList() {
return request({
url: '/base/coupon/uniCouponList',

View File

@ -201,7 +201,7 @@ export function saveBlack(data) {
})
}
//查询通告
//查询急招
export function getMemberCoupon() {
return request({
url: '/member/coupon/getMemberCoupon',

View File

@ -1,6 +1,6 @@
<template>
<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>
<view class="content">
<view class="content-body">
@ -24,7 +24,7 @@
</view>
<view class="item-field" style="align-items: center;">
<!-- <view class="my-suggest-dom" @click="viewRichText()">-->
<!-- <text>了解通告</text>-->
<!-- <text>了解急招</text>-->
<!-- <uni-icons type="right" color="#363636" size="14"></uni-icons>-->
<!-- </view>-->
<view class="my-suggest-dom" @click="goMyCoupon(1)">

View File

@ -1,6 +1,6 @@
<template>
<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>
<view class="content">
<!-- 操作按钮 -->
@ -37,7 +37,7 @@
</view>
<view class="item-field" style="align-items: center;">
<view class="my-suggest-dom" @click="viewRichText()">
<text>查看通告券购买协议</text>
<text>查看急招券购买协议</text>
</view>
</view>
</view>
@ -53,7 +53,7 @@
</view>
</view>
<view class="detail-item">
<view class="left-dom">通告</view>
<view class="left-dom">急招</view>
<view class="right-dom">*{{item.goodsNum}} </view>
</view>
<view class="detail-item" style="border-bottom:1rpx solid #F4F4F4;padding-bottom: 25rpx;">
@ -107,10 +107,10 @@
data() {
return {
globalConfig: getApp().globalData.config,
menus: ['通告券', '购买记录'],
menus: ['急招券', '购买记录'],
menuIndex: 0,
coupon: 0,
//
//
couponIndex: 0,
queryParams: {
pageNum: 1,

View File

@ -112,7 +112,7 @@
<view class="menu-item" v-if="'01'==localUserType" @click="goCoupon()">
<!-- <image src="@/static/mine/zuji.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>
</view>
<view class="menu-item" @click="goHistory()">

View File

@ -587,7 +587,7 @@
this.$refs.share.open()
},
/**
* 使用通告券加速
* 使用急招券加速
*/
useCoupon() {