|
@@ -4,8 +4,8 @@
|
|
|
<meta charset="UTF-8" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
<title>朗读小咖秀</title>
|
|
|
- <script defer src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.13/vue.js"></script>
|
|
|
- <script defer src="https://g.tbcdn.cn/mtb/lib-flexible/0.3.2/??flexible_css.js,flexible.js"></script>
|
|
|
+ <script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.13/vue.js"></script>
|
|
|
+ <script src="https://g.tbcdn.cn/mtb/lib-flexible/0.3.2/??flexible_css.js,flexible.js"></script>
|
|
|
</head>
|
|
|
<style>
|
|
|
* {
|
|
@@ -182,21 +182,20 @@
|
|
|
var uid = searchParams.get('uid')
|
|
|
if (uid) {
|
|
|
this.uid = uid
|
|
|
- if (first) {
|
|
|
- axios({
|
|
|
- method: 'post',
|
|
|
- url: 'https://reader-api.ai160.com/wx/userEvent/v2',
|
|
|
- headers: {
|
|
|
- uid: this.uid,
|
|
|
- channelCode: '3001'
|
|
|
- },
|
|
|
- data: {
|
|
|
- action: 'IOS_PAY_ENTER'
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
}
|
|
|
-
|
|
|
+ if (first) {
|
|
|
+ axios({
|
|
|
+ method: 'post',
|
|
|
+ url: 'https://reader-api.ai160.com/wx/userEvent/v2',
|
|
|
+ headers: {
|
|
|
+ uid: this.uid,
|
|
|
+ channelCode: '3001'
|
|
|
+ },
|
|
|
+ data: {
|
|
|
+ action: 'IOS_PAY_ENTER'
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
if (code) {
|
|
|
this.code = code
|
|
|
axios({
|