xia 4 rokov pred
rodič
commit
6e121e7cd5
3 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 1
      src/api/fly.js
  2. 0 1
      src/views/Activity/index.ux
  3. 0 1
      src/views/Index/index.ux

+ 1 - 1
src/api/fly.js

@@ -47,7 +47,7 @@ fly.interceptors.request.use(async config => {
       config.headers["X-Brand"] = qs.stringify(appDev);
       config.headers["X-Package"] = packages;
       config.headers["X-regId"] = regId;
-      config.headers["X-CodeVersion"] = '1.0.1';
+      config.headers["X-CodeVersion"] = '1.0.2';
       config.headers["X-pushId"] = push_id;
       config.headers["X-Provider"] = provider;
       if (sendOrderId) config.headers["send-order-id"] = sendOrderId;

+ 0 - 1
src/views/Activity/index.ux

@@ -31,7 +31,6 @@
         <text class="rule-bd">活动说明</text>
         <text>1.此充值为书币充值,1元=100书币</text>
         <text>2.书币为虚拟物品,一经充值不得退款</text>
-        <text>3.活动期间不限充值次数</text>
       </div>
     </div>
    <!--  <div class="loading-wrap" if="showLoading">

+ 0 - 1
src/views/Index/index.ux

@@ -110,7 +110,6 @@ export default {
   async onInit() {
     this.$on('dispathEvt', this.changeSignPop);
     this.$watch('current', 'watchCurrent');
-    this.showActivity();
     if (this.push_id) {
       await storage.set({ key: "push_id", value: this.push_id });
     }