修改支付方式
parent
470e0948bb
commit
06efd184e7
|
@ -3,5 +3,5 @@
|
||||||
<view class="title">微信授权页面</view>
|
<view class="title">微信授权页面</view>
|
||||||
<view class="describe">此页面是微信授权页面,点击下方按钮弹出授权或跳转页面</view>
|
<view class="describe">此页面是微信授权页面,点击下方按钮弹出授权或跳转页面</view>
|
||||||
<button class="btn" open-type='getUserInfo' wx:if="{{canIUse}}" bindtap="getUserProfile">点击微信授权</button>
|
<button class="btn" open-type='getUserInfo' wx:if="{{canIUse}}" bindtap="getUserProfile">点击微信授权</button>
|
||||||
<navigator wx:if="{{!canIUse}}" class="btn" url="/pages/auth/auth" open-type="reLaunch" hover-class="other-navigator-hover">已经授权点击调转</navigator>
|
<navigator wx:if="{{!canIUse}}" class="btn" url="/pages/index/index" open-type="reLaunch" hover-class="other-navigator-hover">已经授权点击调转</navigator>
|
||||||
</view>
|
</view>
|
|
@ -71,7 +71,7 @@ Page({
|
||||||
}
|
}
|
||||||
this.setData({
|
this.setData({
|
||||||
curCaseIndex: event.detail.value,
|
curCaseIndex: event.detail.value,
|
||||||
isShif: false,
|
isShif: this.data.threeList[event.detail.value].type=='forest_management'?true:false,
|
||||||
senIndex: 0,
|
senIndex: 0,
|
||||||
addressIndex:0,
|
addressIndex:0,
|
||||||
priceList: {},
|
priceList: {},
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"description": "项目配置文件",
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": []
|
"ignore": [],
|
||||||
|
"include": []
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": false,
|
"urlCheck": false,
|
||||||
|
@ -36,16 +37,16 @@
|
||||||
"packNpmManually": false,
|
"packNpmManually": false,
|
||||||
"packNpmRelationList": [],
|
"packNpmRelationList": [],
|
||||||
"minifyWXSS": true,
|
"minifyWXSS": true,
|
||||||
"showES6CompileOption": false
|
"showES6CompileOption": false,
|
||||||
|
"useStaticServer": true,
|
||||||
|
"disableUseStrict": false,
|
||||||
|
"useCompilerPlugins": false,
|
||||||
|
"minifyWXML": true
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "2.19.2",
|
"libVersion": "2.19.2",
|
||||||
"appid": "wxf0ac33e1fb0d8358",
|
"appid": "wxf0ac33e1fb0d8358",
|
||||||
"projectname": "tanzhongheY",
|
"projectname": "tanzhongheY",
|
||||||
"debugOptions": {
|
|
||||||
"hidedInDevtools": []
|
|
||||||
},
|
|
||||||
"isGameTourist": false,
|
|
||||||
"simulatorType": "wechat",
|
"simulatorType": "wechat",
|
||||||
"simulatorPluginLibVersion": {},
|
"simulatorPluginLibVersion": {},
|
||||||
"condition": {
|
"condition": {
|
||||||
|
@ -62,5 +63,9 @@
|
||||||
"miniprogram": {
|
"miniprogram": {
|
||||||
"list": []
|
"list": []
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"editorSetting": {
|
||||||
|
"tabIndent": "insertSpaces",
|
||||||
|
"tabSize": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,15 +1,8 @@
|
||||||
{
|
{
|
||||||
"setting": {},
|
"setting": {
|
||||||
|
"compileHotReLoad": true
|
||||||
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
"plugin": {
|
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"game": {
|
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"gamePlugin": {
|
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"miniprogram": {
|
"miniprogram": {
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
|
@ -39,9 +32,12 @@
|
||||||
{
|
{
|
||||||
"name": "pages/user/user",
|
"name": "pages/user/user",
|
||||||
"pathName": "pages/user/user",
|
"pathName": "pages/user/user",
|
||||||
|
"query": "",
|
||||||
"scene": null
|
"scene": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"projectname": "%E7%A2%B3%E4%B8%AD%E5%92%8C3",
|
||||||
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
|
||||||
}
|
}
|
Loading…
Reference in New Issue