wechat_jiaxuan/pages/auth/auth.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_jiaxuan/pages/sets/protocol.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_jiaxuan/utils/config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_staff/pages/login/index.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_staff/pages/sets/protocol.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_staff/pages/sets/protocol.wxss | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_staff/pages/store/staff.wxml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
wechat_staff/utils/config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
wechat_jiaxuan/pages/auth/auth.wxml
@@ -23,8 +23,8 @@ <van-popup position="bottom" show="{{ showModal }}" round bind:close="onClose"> <view class="modal"> <view class="content"> <!-- <mp-html content="{{activeHtml}}"></mp-html> --> <rich-text nodes="{{activeHtml}}"></rich-text> <mp-html content="{{activeHtml}}"></mp-html> <!-- <rich-text nodes="{{activeHtml}}"></rich-text> --> </view> <view style="bottom: {{ bottomLift }}px" class="btns"> <view data-flag="{{true}}" bindtap="handleJudge" class="agree">同意</view> wechat_jiaxuan/pages/sets/protocol.wxml
@@ -1,4 +1,4 @@ <view style="width: 100%;height: auto;padding: 0px 40rpx;"> <!-- <mp-html content="{{activeHtml}}"> </mp-html> --> <rich-text nodes="{{activeHtml}}"></rich-text> <view style="height: auto;padding: 0px 40rpx;"> <mp-html content="{{activeHtml}}"> </mp-html> <!-- <rich-text nodes="{{activeHtml}}"></rich-text> --> </view> wechat_jiaxuan/utils/config.js
@@ -4,7 +4,10 @@ // export const baseUrl = 'http://192.168.0.135:10027' // 本地 // export const baseUrl = 'https://dmtest.ahapp.net/web_interface' //测试服务器 // 测试服务器 export const baseUrl = 'https://dmdev.zhibang.com:8443/web_interface' // 生产服务器 // export const baseUrl = 'https://zbyj.zbom.com/web_interface' // 腾讯地图开发者 key export const qqMapKey = 'HIDBZ-2QXL4-TAWUD-XET6Q-EKTJE-CCBSQ' wechat_staff/pages/login/index.wxml
@@ -36,8 +36,8 @@ <van-popup position="bottom" show="{{ showModal }}" round bind:close="onClose"> <view class="modal"> <view class="content"> <!-- <mp-html content="{{activeHtml}}"></mp-html> --> <rich-text nodes="{{activeHtml}}"></rich-text> <mp-html content="{{activeHtml}}"></mp-html> <!-- <rich-text nodes="{{activeHtml}}"></rich-text> --> </view> <view style="bottom: {{ bottomLift }}px" class="btns"> <view data-flag="{{true}}" bindtap="handleJudge" class="agree">同意</view> wechat_staff/pages/sets/protocol.wxml
@@ -1,5 +1,5 @@ <!--pages/sets/protocol.wxml--> <view style="width: 100%;height: auto;padding: 0px 40rpx;"> <!-- <mp-html content="{{content}}"> </mp-html> --> <rich-text nodes="{{content}}"></rich-text> <view class="content"> <!-- <rich-text nodes="{{content}}"></rich-text> --> <mp-html content="{{content}}"></mp-html> </view> wechat_staff/pages/sets/protocol.wxss
@@ -1 +1,7 @@ /* pages/sets/protocol.wxss */ .content{ width: 750rpx; box-sizing: border-box; padding: 12rpx 40rpx; overflow-y: auto; overflow-x: hidden; } wechat_staff/pages/store/staff.wxml
@@ -3,7 +3,7 @@ <view class="bg_wrap"> <image src="../../static/images/design_banner@2x.png" mode="widthFix" ></image> </view> <view bindtap="jumpUser" class="editBtn">编辑资料</view> <view wx:if="{{ !isShow }}" bindtap="jumpUser" class="editBtn">编辑资料</view> <view class="container"> <image class="avatar" src="{{userInfo.imgurlFull ? userInfo.imgurlFull : '../../static/images/default_avatar.png'}}"></image> <view class="name_wrap"> wechat_staff/utils/config.js
@@ -1,10 +1,8 @@ // export const baseUrl = 'http://192.168.0.135:10027' // export const baseUrl = 'https://dmtest.ahapp.net/web_interface' // 本地 // 测试服务器 export const baseUrl = 'https://dmdev.zhibang.com:8443/web_interface' // export const imageUrl = 'https://osswebcdn.zbom.com/jiaxuan/images/' // export const baseUrl = 'https://dmtest.ahapp.net/web_interface/' // 测试服 // 生产服务器 // export const baseUrl = 'https://zbyj.zbom.com/web_interface' // 腾讯地图开发者 key export const qqMapKey = 'HIDBZ-2QXL4-TAWUD-XET6Q-EKTJE-CCBSQ'