bruce 5 yıl önce
ebeveyn
işleme
f6e4275c25

+ 1 - 1
components/type/vip/mobile.vue

@@ -393,7 +393,7 @@
       },
       viewRateDetail() {
         if (bridge.isAndroid) {
-          location.href = "proginn://webview?url='https://dev.test.proginn.com/type/vip/orderRateDetail'&title=会员中心"
+          location.href = "proginn://webview?url=https://dev.test.proginn.com/type/vip/orderRateDetail&title=会员中心"
         } else
           location.href = "/type/vip/orderRateDetail";
       },

+ 3 - 3
pages/otherpage/publish/publish.vue

@@ -8,7 +8,7 @@
         <div class="app__w_100vw app__pl_10 app__pr_10 ">
           <!--工作方式-->
           <div class="app__h_100 app__bd_b_eee app__pt_15">
-            <p class="app__fs_15 app__h_20"><span class="app__fc_r">*</span>工作方式1</p>
+            <p class="app__fs_15 app__h_20"><span class="app__fc_r">*</span>工作方式2</p>
             <div class="app__mt_10">
               <button class="app__w_90 app__h_35 app__bg_eee app_br_5 app__fs_13 app__fc_666"
                       v-for="(worktype,index) in workTypes" @click="params.workType = index + 1"
@@ -216,8 +216,8 @@
           this.deleteCookie("x_access_token_local", "/", ".proginn.com");
           this.deleteCookie("x_access_token_test_branch", '/', ".proginn.com");
 
-          document.cookie = `x_access_token_local=${x_access_token}`;
-          document.cookie = `x_access_token_test_branch=${x_access_token}`
+          document.cookie = `x_access_token_local=${x_access_token};path=/;domain=.proginn.com`;
+          document.cookie = `x_access_token_test_branch=${x_access_token};path=/;domain=.proginn.com`
         }
       },