2023-02-27
功能完善
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
mapState
|
||||
} from 'vuex';
|
||||
import navBar from '@/components/zhouWei-navBar';
|
||||
import uniLoadMore from '@/components/uni-load-more/uni-load-more.vue';
|
||||
import uniLoadMore from '@/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue';
|
||||
export default {
|
||||
components: {
|
||||
coupon,
|
||||
@@ -377,8 +377,8 @@
|
||||
// console.log('val: ' + val)
|
||||
// return item.id == val.id;
|
||||
item => {
|
||||
console.log('item_id: ' +JSON.parse(JSON.stringify(item)).id)
|
||||
console.log('val_id: ' +JSON.parse(val).id)
|
||||
console.log('item_id: ' + JSON.parse(JSON.stringify(item)).id)
|
||||
console.log('val_id: ' + JSON.parse(val).id)
|
||||
if (JSON.parse(JSON.stringify(item)).id == JSON.parse(val).id) {
|
||||
return true
|
||||
}
|
||||
@@ -390,11 +390,14 @@
|
||||
|
||||
async sysInfoMethod() {
|
||||
let params = {};
|
||||
let list = this.$db.get('sysInfo')
|
||||
if (!list) {
|
||||
list = await Api.apiCall('get', Api.index.sysInfo, params);
|
||||
this.$db.set('sysInfo', list)
|
||||
}
|
||||
// let list = this.$db.get('sysInfo')
|
||||
console.log('sysInfo>>>>>1111111111111', 1111111111111111)
|
||||
// if (!list) {
|
||||
|
||||
list = await Api.apiCall('get', Api.index.sysInfo, params);
|
||||
console.log('sysInfo>>>>>2222222222', sysInfo)
|
||||
this.$db.set('sysInfo', list)
|
||||
// }
|
||||
|
||||
},
|
||||
getCode() {
|
||||
@@ -549,7 +552,7 @@
|
||||
if (data) {
|
||||
console.log("优惠券")
|
||||
console.log("优惠券", data)
|
||||
console.log("优惠券id",data[0].id)
|
||||
console.log("优惠券id", data[0].id)
|
||||
this.couponList = []
|
||||
this.couponList = this.couponList.concat(data) || [];
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import uniLoadMore from '@/components/uni-load-more/uni-load-more.vue';
|
||||
import uniLoadMore from '@/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue';
|
||||
import uniIcon from '@/components/uni-icon/uni-icon.vue';
|
||||
import eonfox from '@/components/eonfox/eonfox.js';
|
||||
import fns from '@/components/eonfox/fns.js';
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="vip-card-box" @click="toNav('../../pagesU/user/applyMember')"> -->
|
||||
<view class="vip-card-box" @click="upData()">
|
||||
<!-- <view class="vip-card-box" @click="upData()">
|
||||
<image class="card-bg" src="/static/vip-card-bg.png" mode=""></image>
|
||||
<view class="b-btn">立即升级</view>
|
||||
<view class="tit" v-if="userDetailInfo">
|
||||
@@ -44,7 +44,7 @@
|
||||
</view>
|
||||
<text class="e-m">汇融云链</text>
|
||||
<text class="e-b">升级会员享受更多折扣 一测就上线</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
<view class="cover-container" :style="[
|
||||
@@ -64,10 +64,10 @@
|
||||
<text class="num">{{ couponList.length || 0 }}</text>
|
||||
<text>优惠券</text>
|
||||
</view>
|
||||
<view class="tj-item" @click="toNav('/pages/integral/home/home')">
|
||||
<!-- <view class="tj-item" @click="toNav('/pages/integral/home/home')">
|
||||
<text class="num">{{ userDetailInfo.integration || 0 }}</text>
|
||||
<text>积分</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<!-- 订单 -->
|
||||
<view class="order-section">
|
||||
|
||||
Reference in New Issue
Block a user