Parcourir la source

增加科目二和科目三1

zhangyujun il y a 3 ans
Parent
commit
801e208f03

+ 2 - 2
src/views/home/children/test/components/sujectThree.vue

@@ -11,14 +11,14 @@
 import { ref } from "@vue/reactivity";
 let sc = "script";
 let sty = "style";
-let wxHtml0 = ref(`	<wx-open-launch-weapp style="display: block;text-align:center;width:75%;height:48px;border: none;position:absolute;top:0.66rem;z-index:9999;opacity:0" id="launch-btn" username="gh_a994fd2f498e" path="pages/carVideo/index.html?living_code=LIVING_CODE">
+let wxHtml0 = ref(`	<wx-open-launch-weapp style="display: block;text-align:center;width:75%;height:48px;border: none;position:absolute;top:0.66rem;z-index:9999;opacity:0" id="launch-btn" username="gh_a994fd2f498e" path="pages/lightMock/index.html?living_code=LIVING_CODE">
 			<${sc} v-is="'script'" type="text/wxtag-template">
 				<${sty} v-is="'style'">.openbtn{background-color:#38f;color:#f40;width:100px;height:40px;line-height:40px;}</${sty}>
 				<div class="openbtn">跳转小程序</div>
 			</${sc}>
 		</wx-open-launch-weapp>`);
 
-let wxHtml1 = ref(`	<wx-open-launch-weapp style="display: block;width:75%;height:48px;text-align:center;border: none;position:absolute;top:2.4rem;z-index:9999;opacity:0" id="launch-btn" username="gh_a994fd2f498e" path="pages/lightMock/index.html?living_code=LIVING_CODE">
+let wxHtml1 = ref(`	<wx-open-launch-weapp style="display: block;width:75%;height:48px;text-align:center;border: none;position:absolute;top:2.4rem;z-index:9999;opacity:0" id="launch-btn" username="gh_a994fd2f498e" path="pages/carVideo/index.html?living_code=LIVING_CODE">
 			<${sc} v-is="'script'" type="text/wxtag-template">
 				<${sty} v-is="'style'">.openbtn{background-color:#38f;color:#f40;width:100px;height:40px;line-height:40px;}</${sty}>
 				<div class="openbtn">跳转小程序</div>

+ 1 - 0
src/views/home/children/test/components/sujectTwo.vue

@@ -5,6 +5,7 @@
 </template>
 
 <script setup>
+
 </script>
 
 <style lang="scss" scoped>