|
@@ -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>
|