bayi 1 rok pred
rodič
commit
22df47006e

+ 1 - 1
components/navigationBar/index.less

@@ -40,7 +40,7 @@
     left: 0px;
     width: 100%;
     height: 110rpx;
-    background: url(https://reader-wx.ai160.com/images/reader/v3/top-bg.png) no-repeat;
+    background: url(https://reader-wx.ai160.com/images/reader/v3/top-bg2.png) no-repeat;
     background-size: 100% 100%;
     background-position: center;
 }

+ 1 - 1
components/navigationBar/index.wxss

@@ -36,7 +36,7 @@
   left: 0px;
   width: 100%;
   height: 110rpx;
-  background: url(https://reader-wx.ai160.com/images/reader/v3/top-bg.png) no-repeat;
+  background: url(https://reader-wx.ai160.com/images/reader/v3/top-bg2.png) no-repeat;
   background-size: 100% 100%;
   background-position: center;
 }

+ 14 - 13
小咖秀公众号支付/index.html

@@ -182,20 +182,21 @@
         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({