修改审核问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg/"; //
|
const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg"; //
|
||||||
// const ROOTPATH = "https://dj-api.hnsiyao.cn/czg/"; //后台服务域名
|
const ROOTPATH = "https://dj-api.hnsiyao.cn/czg"; //后台服务域名
|
||||||
// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
|
const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
|
||||||
|
|
||||||
// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
|
// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
|
||||||
// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
|
||||||
@@ -13,9 +13,9 @@
|
|||||||
// const ROOTPATH1 = "http://192.168.1.41:8100/czg"; //
|
// const ROOTPATH1 = "http://192.168.1.41:8100/czg"; //
|
||||||
// const ROOTPATH = "http://192.168.1.41:8100/czg"; //后台服务域名
|
// const ROOTPATH = "http://192.168.1.41:8100/czg"; //后台服务域名
|
||||||
// 测试
|
// 测试
|
||||||
const ROOTPATH1 = "https://web-api.hnsiyao.cn/czg"; //
|
// const ROOTPATH1 = "https://web-api.hnsiyao.cn/czg"; //
|
||||||
const ROOTPATH = "https://web-api.hnsiyao.cn/czg"; //后台服务域名
|
// const ROOTPATH = "https://web-api.hnsiyao.cn/czg"; //后台服务域名
|
||||||
const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
|
// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
<view>隐私协议</view>
|
<view>隐私协议</view>
|
||||||
<view><u-icon name="arrow-right"></u-icon></view>
|
<view><u-icon name="arrow-right"></u-icon></view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="flex justify-between padding bg-white solid-bottom" @click="goNav('/me/setting/logOff')">
|
<view class="flex justify-between padding bg-white solid-bottom" @click="goNav('/me/setting/logOff')">
|
||||||
<view>注销账号</view>
|
<view>注销账号</view>
|
||||||
<view><u-icon name="arrow-right"></u-icon></view>
|
<view><u-icon name="arrow-right"></u-icon></view>
|
||||||
</view> -->
|
</view>
|
||||||
<view class="flex justify-between padding bg-white solid-bottom" @click="loginOut">
|
<view class="flex justify-between padding bg-white solid-bottom" @click="loginOut">
|
||||||
<view>退出登录</view>
|
<view>退出登录</view>
|
||||||
<view><u-icon name="arrow-right"></u-icon></view>
|
<view><u-icon name="arrow-right"></u-icon></view>
|
||||||
|
|||||||
@@ -14,10 +14,10 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<template v-if="noticeList.length>0">
|
<template v-if="noticeList.length>0&&isShowMoneyPay">
|
||||||
<view class="gongao">
|
<view class="gongao">
|
||||||
<view class="gongaoicon">
|
<view class="gongaoicon">
|
||||||
公告
|
公告{{}}
|
||||||
</view>
|
</view>
|
||||||
<swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false"
|
<swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false"
|
||||||
class="swiperstyle">
|
class="swiperstyle">
|
||||||
|
|||||||
@@ -459,7 +459,16 @@
|
|||||||
|
|
||||||
this.$Request.getT('/app/taskCenter/selectTaskCenter', {}).then(res => {
|
this.$Request.getT('/app/taskCenter/selectTaskCenter', {}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
this.list = res.data
|
if (!this.isShowMoneyPay) {
|
||||||
|
if (res.data[0].title == '分享奖励') {
|
||||||
|
res.data.shift()
|
||||||
|
this.list = res.data
|
||||||
|
} else {
|
||||||
|
this.list = res.data
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
this.list = res.data
|
||||||
|
}
|
||||||
}
|
}
|
||||||
uni.stopPullDownRefresh();
|
uni.stopPullDownRefresh();
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user