liyongli 1 vecka sedan
förälder
incheckning
1691fa22c9
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 3 3
      src/view/fenghui/index.js
  2. 1 1
      src/view/fenghui/index.vue

+ 3 - 3
src/view/fenghui/index.js

@@ -11,9 +11,9 @@ createApp(App).mount("#app")
 // 分享
 window.weixin_Share_Init(
   window.$originData.orginParames.title || "",
-  "这是世界杯",
-  "https://cxzx.smcic.net/topic/highSpeed/img/logo3.png",
-  "https://cxzx.smcic.net/topic/activity/WorldCup.html?" + Date.now()
+  "",
+  "https://cxzx.smcic.net/topic/tool/img/2025lm.png",
+  "https://cxzx.smcic.net/topic/activity/fenghui.html?" + Date.now()
 );
 
 var SL = new window.SmcicLogger("special", "c6124e08");

+ 1 - 1
src/view/fenghui/index.vue

@@ -45,7 +45,7 @@
                     <van-field label-width="7em" :placeholder="lang[langType].photoContent"
                         :label="lang[langType].photo">
                         <template #input>
-                            <van-uploader :preview-options="{ closeable: true }" accept="image/*" v-model="photo"
+                            <van-uploader reupload :preview-options="{ closeable: true }" accept="image/*" v-model="photo"
                                 :max-count="1" :max-size="524288000" @oversize="filesize" :after-read="beforeRead"
                                 result-type="file">
                             </van-uploader>