lin
2026-05-12 a861cbac6d618f1968c8b41d69775875b17366e4
feat:1、澜品优选 样式优化
5 files modified
48 ■■■■ changed files
manifest.json 4 ●●●● patch | view | raw | blame | history
pages/index/index.vue 38 ●●●● patch | view | raw | blame | history
static/css/carts.css 2 ●●● patch | view | raw | blame | history
static/css/collect.css 2 ●●● patch | view | raw | blame | history
static/css/order.css 2 ●●● patch | view | raw | blame | history
manifest.json
@@ -2,8 +2,8 @@
    "name" : "澜品优选",
    "appid" : "__UNI__27C0349",
    "description" : "",
    "versionName" : "1.3.9",
    "versionCode" : 139,
    "versionName" : "1.4.0",
    "versionCode" : 140,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/index/index.vue
@@ -144,15 +144,15 @@
    </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 style="background: white;padding: 40rpx;border-radius: 48rpx;height: 78vh;overflow: scroll;width: 560rpx;">
        <view style="text-align: center;font-weight: 700;font-size: 40rpx;color: #333333;margin-bottom: 28rpx;">新疆数澜科技有限公司(澜品优选)退款政策说明</view>
        <view class="txt">
          新疆智葆汇网络科技有限公司(下称“齐享购”)已建立完善的客户服务与售后机制。在会员期内,如用户对服务或商品不满意,可随时通过官方客服热线(4000622339)提出异议、申请终止服务或办理退款,我司客服团队将按既定流程及时处理,切实保障用户合法权益。现将退款政策具体流程说明如下:
            新疆数澜科技有限公司(下称“澜品优选”)已建立完善的客户服务与售后机制。在会员期内,如用户对服务或商品不满意,可随时通过官方客服热线(4006229771)提出异议、 申请终止服务或办理退款,我司客服团队将按既定流程及时处理,切实保障用户合法权益。现将退款政策具体流程说明如下:
        </view>
        <view class="txt">一、会员用户如对服务或商品不满意,可拨打齐享购客服热线 4000622339 提出异议;</view>
        <view class="txt">二、若会员用户明确要求终止服务或办理退款,客服将提供以下两种方案供用户选择:1、全额退款:会员用户确认商品完好(不影响二次销售),并将收到的实物商品返还至齐享购;2、折价退款:如实物权益商品已拆封使用、包装破损或影响二次销售,齐享购将在扣除相应成本后,向会员用户退还剩余款项 230 元;</view>
        <view class="txt">一、会员用户如对服务或商品不满意,可拨打澜品优选客服热线 4006229771 提出异议;</view>
        <view class="txt">二、若会员用户明确要求终止服务或办理退款,客服将提供以下两种方案供用户选择:1、全额退款:会员用户确认商品完好(不影响二次销售),并将收到的实物商品返还至澜品优选;2、折价退款:如实物权益商品已拆封使用、包装破损或影响二次销售,澜品优选将在扣除相应成本后,向会员用户退还剩余款项;</view>
       <view class="txt">三、客服与会员用户就退款事宜达成一致;</view>
        <view class="txt">四、齐享购为会员用户办理会员终止,并将会员费用原路退回(一般1 个工作日内到账);</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>
@@ -255,6 +255,14 @@
        clearInterval(ds)
      }
    }, 1000 );
    setTimeout(() => {
     //  if(!_this.$route.query?.isApp && !uni.getStorageSync('popupXY') && sessionStorage.getItem('APP_ID')!=='b2e24d04-6a97-40a0-9894-a44237c674ac'){
        // this.$refs.popupXY.open()
     //  }
    if(!uni.getStorageSync('popupXY')){
        this.$refs.popupXY.open()
      }
    },200)
  },
  onReady() {
    // #ifdef APP-PLUS
@@ -275,7 +283,17 @@
      // 不同意
      noAgree(){
        uni.clearStorageSync('popupXY')
        window.sankuaiApp.quitApp()
        // #ifdef APP-PLUS
            if(plus.os.name.toLowerCase() === 'android') {
                plus.runtime.quit();
            } else {
                const threadClass = plus.ios.importClass("NSThread");
                const mainThread = plus.ios.invoke(threadClass,"mainThread");
                plus.ios.invoke(mainThread,"exit");
                // ios11
                plus.ios.import("UIApplication").sharedApplication().performSelector("exit");
            }
        // #endif
      },
      navClick(data,index) {
          this.actIndex = index;
@@ -564,6 +582,12 @@
}
// 退款政策
.txt{
  font-size: 28rpx;
  color: #333333;
  line-height: 48rpx;
  margin-bottom: 10rpx;
}
.items{
  background: #ccc !important;
}
static/css/carts.css
@@ -133,7 +133,7 @@
    position: fixed;
    left: 0;
    /*top: var(--status-bar-height);*/
    top: 44px;
    top: 0px;
    z-index: 99;
    width: 100%;
    background-color: #ebebeb;
static/css/collect.css
@@ -1,7 +1,7 @@
.collect-title{
    position: fixed;
    left: 0;
    top: 44px;
    top: 0px;
    z-index: 99;
    width: 100%;
    background-color: #ebebeb;
static/css/order.css
@@ -6,7 +6,7 @@
.order-tab{
    position: fixed;
    left: 0;
    top: 44px;
    top: 0px;
    z-index: 99;
    display: flex;
    height: 80upx;