| pages/index/index.vue | ●●●●● patch | view | raw | blame | history | |
| pages/quanyi/index.vue | ●●●●● patch | view | raw | blame | history |
pages/index/index.vue
@@ -142,6 +142,23 @@ </view> </view> </uni-popup> <!-- 退改政策弹窗 --> <uni-popup maskBackgroundColor='rgba(0, 0, 0, 0.6)' ref="popupXY" type="center" border-radius="10px" :isMaskClick="false" style="z-index: 666666666"> <view style="background: white;padding: 40rpx;width: calc( 100% - 150rpx);margin-left: 10%;border-radius: 48rpx;height: 78vh;overflow: scroll"> <view style="text-align: center;font-weight: 700;font-size: 40rpx;color: #333333;margin-bottom: 28rpx;">新疆智葆汇网络科技有限公司(齐享购)退款政策说明</view> <view class="txt"> 新疆智葆汇网络科技有限公司(下称“齐享购”)已建立完善的客户服务与售后机制。在会员期内,如用户对服务或商品不满意,可随时通过官方客服热线(4000622339)提出异议、申请终止服务或办理退款,我司客服团队将按既定流程及时处理,切实保障用户合法权益。现将退款政策具体流程说明如下: </view> <view class="txt">一、会员用户如对服务或商品不满意,可拨打齐享购客服热线 4000622339 提出异议;</view> <view class="txt">二、若会员用户明确要求终止服务或办理退款,客服将提供以下两种方案供用户选择:1、全额退款:会员用户确认商品完好(不影响二次销售),并将收到的实物商品返还至齐享购;2、折价退款:如实物权益商品已拆封使用、包装破损或影响二次销售,齐享购将在扣除相应成本后,向会员用户退还剩余款项 230 元;</view> <view class="txt">三、客服与会员用户就退款事宜达成一致;</view> <view class="txt">四、齐享购为会员用户办理会员终止,并将会员费用原路退回(一般1 个工作日内到账);</view> <view class="txt">五、会员用户收到退款;</view> <view class="">六、退费流程结束。</view> <view :class="items?'items':''" style="text-align: center;margin-bottom: 40rpx;background: #EE2626;color: #FFFFFF;font-size: 32rpx;border-radius: 50rpx;padding: 28rpx;margin-top: 40rpx;" @click="agree">同意并继续 <text v-if="items">({{items}}S)</text></view> <view style="text-align: center;font-size: 28rpx;margin-bottom: 20rpx;" @click="noAgree">不同意</view> </view> </uni-popup> </view> </template> @@ -214,6 +231,7 @@ }, ], actIndex: 0, items:10, // 退改政策,倒计时 } }, onShow() { @@ -230,6 +248,13 @@ onLoad() { const systemInfo = uni.getSystemInfoSync(); this.statusBarHeight = systemInfo.statusBarHeight || 30; // 退改政策,倒计时 const ds = setInterval(() => { this.items -=1; if(!this.items){ clearInterval(ds) } }, 1000 ); }, onReady() { // #ifdef APP-PLUS @@ -239,6 +264,19 @@ mounted() { }, methods: { // 退改政策,同意 agree(){ if(this.items){ return; } uni.setStorageSync('popupXY',1) this.$refs.popupXY.close() }, // 不同意 noAgree(){ uni.clearStorageSync('popupXY') window.sankuaiApp.quitApp() }, navClick(data,index) { this.actIndex = index; this.catesId = data.catesId @@ -524,4 +562,9 @@ } } } // 退款政策 .items{ background: #ccc !important; } </style> pages/quanyi/index.vue
@@ -193,7 +193,7 @@ <view class="content" style="overflow-y: scroll;padding: 30rpx;padding-bottom: 140rpx;"> <view class="tips" style="background-color: #39499E;border-radius: 32rpx;margin-top: 20rpx;padding: 30rpx;color: #CFD5F5;font-size: 28rpx;"> <view class="tips" style="background-color: #39499E;border-radius: 50rpx;margin-top: 20rpx;padding: 30rpx;color: #CFD5F5;font-size: 28rpx;"> <view class="content-title" style="text-align: center;display: flex;align-items: center;justify-content: center;margin-top: 20rpx;margin-bottom: 30rpx;"> <image style="width: 111rpx;height: 8rpx;" src="/static/img/nion1.png"></image> <view style="font-size: 36rpx;color: #CFD5F5;margin: 0 20rpx;">会员权益说明</view> @@ -307,6 +307,31 @@ </view> --> <!-- <view style="text-align: center;display: flex;flex-direction: row;justify-content: center"><text @click="submit(false)" style="color: #666666;margin-bottom: 20rpx;font-size: 28rpx">不同意</text></view>--> <!-- 专享会员生活权益 --> <view style="padding: 0 30rpx; background-color: #FFFFFF;padding-top: 3rpx;border-radius: 50rpx;margin-top: 30rpx;"> <view class="content-title" style="text-align: center;margin-top: 50rpx;margin-bottom: 40rpx;"> <view style="font-size: 36rpx;color: #333333;margin: 0 20rpx;"> <span class="content-title-item">虚拟权益</span> </view> <view style="color: #666666;font-size: 24rpx;">专享权益以实际兑换页面为准</view> </view> <view class="life" style="background: url('/static/img/qsLife.png') no-repeat top center; background-size: 100%;width: 100%;height: 500rpx;"> </view> <view class="life" style="background: url('/static/img/qsLife2.png') no-repeat top center; background-size: 100%;width: 100%;height: 700rpx;"> </view> <view class="content-title" style="text-align: center;margin-top: 0rpx;margin-bottom: 40rpx;"> <view style="font-size: 36rpx;color: #333333;margin: 0 20rpx;"> <span class="content-title-item">实物权益</span> </view> <view style="color: #666666;font-size: 24rpx;">专享权益以商城实际发出商品为准</view> </view> <view class="physical" style="background: url('/static/img/qsPhysical.png') no-repeat top center; background-size: 100%;width: 100%;height: 982rpx;"> </view> </view> </view> <textBox v-if="showTextBox" ref="textBox" :code="memberPeriodConfigInfo.protocolCode" :title="memberPeriodConfigInfo.protocolName"></textBox> </view>