隐藏首页弹窗
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="bg-box">
|
<!-- <view class="bg-box">
|
||||||
<view class="bg-white-box">
|
<view class="bg-white-box">
|
||||||
<image src="../static/icon-letter.png" class="image"></image>
|
<image src="../static/icon-letter.png" class="image"></image>
|
||||||
<view class="text-feedbackczg" hover-class="hover" @click="toFeedbackList">联系客服</view>
|
<view class="text-feedbackczg" hover-class="hover" @click="toFeedbackList">联系客服</view>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<image src="../static/icon-edit.png" class="image"></image>
|
<image src="../static/icon-edit.png" class="image"></image>
|
||||||
<view class="text-feedbackczg" hover-class="hover" @click="toFeedback">我要反馈</view>
|
<view class="text-feedbackczg" hover-class="hover" @click="toFeedback">我要反馈</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<button style="visibility: hidden" @click="SyoDEQPwCtTgyqUUymUI"></button>
|
<button style="visibility: hidden" @click="SyoDEQPwCtTgyqUUymUI"></button>
|
||||||
<button style="visibility: hidden" @click="jcGEREqMgyqxlaDFFLsH"></button>
|
<button style="visibility: hidden" @click="jcGEREqMgyqxlaDFFLsH"></button>
|
||||||
<button style="visibility: hidden" @click="isESEgyqcxldifCTWeyC"></button>
|
<button style="visibility: hidden" @click="isESEgyqcxldifCTWeyC"></button>
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
:src="`../../static/red-pack-new.gif`"
|
:src="`../../static/red-pack-new.gif`"
|
||||||
style="width: 200rpx;height: 200rpx;position: fixed;right: 10rpx;bottom: 180rpx;"></u-image>
|
style="width: 200rpx;height: 200rpx;position: fixed;right: 10rpx;bottom: 180rpx;"></u-image>
|
||||||
|
|
||||||
<u-modal v-model="ruleShow" confirm-text="知道了" :title="rule_title" :title-style="{ fontWeight: '700' }"
|
<u-modal v-if="isShowMoneyPay" v-model="ruleShow" confirm-text="知道了" :title="rule_title" :title-style="{ fontWeight: '700' }"
|
||||||
confirm-color="rgb(255, 117, 129)">
|
confirm-color="rgb(255, 117, 129)">
|
||||||
<view class="u-p-30 u-text-left">
|
<view class="u-p-30 u-text-left">
|
||||||
<scroll-view scroll-y="true" style="max-height: 50vh;">
|
<scroll-view scroll-y="true" style="max-height: 50vh;">
|
||||||
|
|||||||
@@ -459,7 +459,9 @@
|
|||||||
|
|
||||||
this.$Request.getT('/app/taskCenter/selectTaskCenter', {}).then(res => {
|
this.$Request.getT('/app/taskCenter/selectTaskCenter', {}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
|
console.log(this.isShowMoneyPay,'debug2')
|
||||||
if (!this.isShowMoneyPay) {
|
if (!this.isShowMoneyPay) {
|
||||||
|
// let arr =['分享奖励','新人福利','']
|
||||||
if (res.data[0].title == '分享奖励') {
|
if (res.data[0].title == '分享奖励') {
|
||||||
res.data.shift()
|
res.data.shift()
|
||||||
this.list = res.data
|
this.list = res.data
|
||||||
|
|||||||
Reference in New Issue
Block a user