4ea855a8 by joe

1

1 parent 1207b6a9
......@@ -10,8 +10,8 @@ as.defineAvatar = "http://cdn.aiwanpai.com/s/d.jpg";
as.shareLink = as.domains + "/index.html";
as.shareImgUrl = as.domains + "/share.jpg";
as.shareTitle = "我C位出道,需要你的一票";
as.shareDesc = "你也想成为C位主角吗?立乐家“小戏骨选拔赛“,让你C位出道,赶紧来报名吧!"
as.shareTitle = "在吗?帮我点一下,我想上电视";
as.shareDesc = "让孩子上电视做最闪亮的小童星,立白集团“小戏骨选拔赛”助娃C位出道~"
as.success = function () { };
as.appSuccess = function () { };
......

82.9 KB | W: | H:

83.3 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -47,7 +47,7 @@
<br />及时了解最新赛况及结果哦!
</div>
<div class="qrcode">
<img src="../../assets/imgs/walfare-qrcode.png" />
<img src="../../assets/imgs/register-qrcode2.png" />
</div>
<div class="model-bottom-line"></div>
......@@ -67,7 +67,7 @@
<br />请长按识别关注后获得投票链接哦
</div>
<div class="qrcode">
<img src="../../assets/imgs/walfare-qrcode.png" />
<img src="../../assets/imgs/share-qrcode.png" />
</div>
<div class="model-bottom-line"></div>
......
......@@ -72,7 +72,8 @@
<script>
let urls = {
index: "/jiajiaCHApi/app/index",
praise: "/jiajiaCHApi/app/works/praise"
praise: "/jiajiaCHApi/app/works/praise",
cache: "/jiajiaCHApi/app/works/cache"
};
import { request, httpGet } from "@/api/fetch-api";
......@@ -122,6 +123,10 @@ export default {
});
} else {
Toast.clear();
httpGet({
url: urls.cache,
data: { worksCode: this.formData.worksCode }
}).then(res => {});
this.model.show = true;
}
});
......