浏览代码

style:修改

TIANYONG 5 天之前
父节点
当前提交
a6eda22401
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      public/shareImg/question-share-new.png
  2. 1 1
      src/views/intention-questionnaire/index.tsx

+ 0 - 0
public/shareImg/question-share.png → public/shareImg/question-share-new.png


+ 1 - 1
src/views/intention-questionnaire/index.tsx

@@ -27,7 +27,7 @@ export default defineComponent({
     const weChatShare = useWeChatShare(
       shareTitle,
       '科学的教育改变世界,科技的力量让音乐传播更远,让孩子奏响心中的乐章',
-      window.location.origin + '/classroom-app/shareImg/question-share.png'
+      window.location.origin + '/classroom-app/shareImg/question-share-new.png'
     );
 
     const authCode = useAuthCode();