ソースを参照

页面路径对照

bayi 1 年間 前
コミット
2f613212b8
2 ファイル変更12 行追加2 行削除
  1. 10 0
      README.md
  2. 2 2
      小咖秀公众号支付/index.html

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+## 各页面路径:
+- pages/sale/index 推荐官招募令
+- pages/saleOffice/index 推荐中心
+- pages/fill/index 推荐官填写个人信息
+- pages/withdrawal/index 提现
+- pages/lxDetail/index 分销收益报表
+- pages/history/index 分销邀请用户记录
+- pages/management/index 分销订单管理
+- pages/gzhShare/index 分销公众号邀请
+- pages/commission/index 佣金规则

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

@@ -296,13 +296,13 @@
           this.getWxCode()
           this.getWxCode()
         },
         },
         getWxCode() {
         getWxCode() {
-          setTimeout(() => {
+          /* setTimeout(() => {
             const appId = 'wxf05800eea975a68b'
             const appId = 'wxf05800eea975a68b'
             const redirect_uri = encodeURIComponent('https://h5-pay.ai160.com/reader-ios?uid=' + this.uid)
             const redirect_uri = encodeURIComponent('https://h5-pay.ai160.com/reader-ios?uid=' + this.uid)
             // const redirect_uri = encodeURIComponent('https://h5-pay.ai160.com/reader-ios?uid=d83d947655f6455a96f4197d31afa6d4')
             // const redirect_uri = encodeURIComponent('https://h5-pay.ai160.com/reader-ios?uid=d83d947655f6455a96f4197d31afa6d4')
             const url = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=' + appId + '&redirect_uri=' + redirect_uri + '&response_type=code&scope=snsapi_base#wechat_redirect'
             const url = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=' + appId + '&redirect_uri=' + redirect_uri + '&response_type=code&scope=snsapi_base#wechat_redirect'
             location.href = url
             location.href = url
-          }, 300)
+          }, 300) */
         }
         }
       }
       }
     })
     })