Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gooking committed Feb 27, 2019
1 parent f88c039 commit 51ae7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
version: "6.2.1",
note: '充值界面增加展示 充值满一定金额赠送一定金额 的规则',
version: "6.2.2",
note: '充值界面增加快捷选择金额',
subDomain: "tz", // 如果你的域名是: https://api.it120.cc/abcd 那么这里只要填写 abcd
appid: "wxa46b09d413fbcaff", // 您的小程序的appid,购物单功能需要使用
shareProfile: '百款精品商品,总有一款适合您' // 首页转发的时候话术
Expand Down
2 changes: 1 addition & 1 deletion pages/recharge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Page({
this.setData({
amount: amount
});
wxpay.wxpay(app, amount, 0, "/pages/cashier/cashier");
wxpay.wxpay(app, amount, 0, "/pages/my/index");
},


Expand Down

0 comments on commit 51ae7f4

Please sign in to comment.