liyongli před 2 roky
rodič
revize
b0e61d9b38

+ 1 - 10
src/view/CalligraphyAndPaintingCompetition/index.js

@@ -1,7 +1,6 @@
 import App from './index.vue';
 import '@/assets/js/common';
 import { createApp } from 'vue';
-import { getUser } from '@/utils/tool.js';
 import { getPageParameters, environment } from '../../config/pageConfig';
 // 判断环境
 environment();
@@ -16,12 +15,4 @@ window.weixin_Share_Init(
   'https://cxzx.smcic.net/topic/activity/CalligraphyAndPaintingCompetition.html?' +
     Date.now()
 );
-
-!window.$shanshipin || !window.$shanshipin.Phone
-  ? getUser(() => createApp(App).mount('#app'), true)
-  : createApp(App).mount('#app');
-
-window.setUserSession = () => {
-  console.log('登录');
-  getUser(() => createApp(App).mount('#app'), true);
-};
+createApp(App).mount('#app')

+ 3 - 0
src/view/CalligraphyAndPaintingCompetition/index.vue

@@ -14,6 +14,9 @@
       <div class="bottom_item" style="flex: 3">
         <div class="btn" @click="tougao">我要投稿</div>
       </div>
+      <div class="bottom_item">
+        <div class="btn" @click="tougao">我要投稿</div>
+      </div>
     </div>
 
     <van-overlay