Merge remote-tracking branch 'origin/master'
| | |
| | | "scope.userLocation": { |
| | | "desc": "你的位置信息将用于小程序位置接口的效果展示" |
| | | }, |
| | | "scope.writePhotosAlbum":{ |
| | | "desc": "授权相册权限后,您才能正常保存图片" |
| | | }, |
| | | "scope.userInfo": { |
| | | "desc": "你的微信呢称将用于小程序呢称的效果展示" |
| | | } |
| | |
| | | actionType: 'view', |
| | | id: options.id |
| | | }) |
| | | getMemberInfo().then(res => { |
| | | this.setData({ |
| | | member: res.data |
| | | }) |
| | | }) |
| | | }, |
| | | onLoad(options) { |
| | | var app = getApp().globalData |
| | |
| | | if (options.origin && options.origin == 'b') { |
| | | this.setData({ origin: 'b' }) |
| | | } |
| | | const member = wx.getStorageSync('member') |
| | | this.setData({ |
| | | id: options.id, |
| | | member |
| | | id: options.id |
| | | }) |
| | | }, |
| | | bindchange(e) { |
| | |
| | | handleAction(e) { |
| | | const actionType = e.currentTarget.dataset.code |
| | | const { |
| | | info |
| | | info, member |
| | | } = this.data |
| | | const member = wx.getStorageSync('member') |
| | | if (member.authStatus == '0') { |
| | | return wx.navigateTo({ |
| | | url: '/pages/auth/auth', |
| | |
| | | }, |
| | | onShow() { |
| | | let that = this |
| | | const member = wx.getStorageSync('member') |
| | | if (member && (member.authStatus == '1' || member.authStatus == '2')) { |
| | | const member = wx.getStorageSync('member') || {} |
| | | if (member && member.id) { |
| | | getMemberInfo().then(res => { |
| | | this.setData({ |
| | | member: res.data |
| | |
| | | "urlCheck": false |
| | | }, |
| | | "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
| | | "libVersion": "3.5.0", |
| | | "libVersion": "3.4.10", |
| | | "condition": { |
| | | "miniprogram": { |
| | | "list": [ |
| | |
| | | |
| | | |
| | | |
| | | export const baseUrl = 'http://192.168.0.135:10027' // 本地 |
| | | // export const baseUrl = 'https://dmtest.ahapp.net/web_interface' //测试服务器 |
| | | // export const baseUrl = 'http://192.168.0.135:10027' // 本地 |
| | | export const baseUrl = 'https://dmtest.ahapp.net/web_interface' //测试服务器 |
| | | |
| | | // export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/' |
| | | |
| | |
| | | .func_lsit { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | padding: 60rpx; |
| | | padding: 20rpx 60rpx; |
| | | } |
| | | .func_lsit .item { |
| | | width: 120rpx; |
| | |
| | | .home_ar { |
| | | width: 44rpx; |
| | | } |
| | | .wx-swiper-dots.wx-swiper-dots-horizontal { |
| | | position: absolute; |
| | | right: 0; |
| | | bottom: 0rpx; |
| | | } |
| | | /* 指示点的样式 */ |
| | | .wx-swiper-dots .wx-swiper-dot { |
| | | width: 60rpx; |
| | | height: 4rpx; |
| | | background: #f4f4f4; |
| | | margin-left: -15rpx; |
| | | border-radius: 5rpx; |
| | | } |
| | | .wx-swiper-dot.wx-swiper-dot-active { |
| | | background: #666666; |
| | | } |
| | |
| | | padding: 40rpx; |
| | | position: relative; |
| | | .content{ |
| | | height: calc( 100vh - 460rpx ); |
| | | height: calc( 100% - 180rpx ); |
| | | overflow: auto; |
| | | margin-bottom: 20rpx; |
| | | } |
| | |
| | | padding: 20rpx 0rpx; |
| | | width: 100%; |
| | | z-index: 999; |
| | | bottom: 12rpx; |
| | | border-top: 1px solid #e5e5e5; |
| | | .reject{ |
| | | width: 670rpx; |
| | |
| | | color: #999999; |
| | | text-align: center; |
| | | margin-top: 30rpx; |
| | | height: 60rpx; |
| | | } |
| | | .agree{ |
| | | width: 670rpx; |
| | | height: 88rpx; |
| | | height: 90rpx; |
| | | background: #B08771; |
| | | border-radius: 8rpx; |
| | | display: flex; |
| | |
| | | position: relative; |
| | | } |
| | | .modal .content { |
| | | height: calc(100vh - 460rpx); |
| | | height: calc(100% - 180rpx); |
| | | overflow: auto; |
| | | margin-bottom: 20rpx; |
| | | } |
| | |
| | | padding: 20rpx 0rpx; |
| | | width: 100%; |
| | | z-index: 999; |
| | | bottom: 12rpx; |
| | | border-top: 1px solid #e5e5e5; |
| | | } |
| | | .modal .btns .reject { |
| | |
| | | color: #999999; |
| | | text-align: center; |
| | | margin-top: 30rpx; |
| | | height: 60rpx; |
| | | } |
| | | .modal .btns .agree { |
| | | width: 670rpx; |
| | | height: 88rpx; |
| | | height: 90rpx; |
| | | background: #B08771; |
| | | border-radius: 8rpx; |
| | | display: flex; |
| | |
| | | export const baseUrl = 'http://192.168.0.135:10027' |
| | | // export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 本地 |
| | | // export const baseUrl = 'http://192.168.0.135:10027' |
| | | export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 本地 |
| | | // export const baseUrl = 'http://zbtest.ahapp.net/zbom_interface/jx/wechat/' //测试服务器 |
| | | |
| | | // export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/' |