正式1.0.0
This commit is contained in:
parent
6cc0c9d3b3
commit
33fbdf9a66
@ -24,9 +24,11 @@
|
||||
bindtap="getPhoneNumber"
|
||||
color="#09BB07" custom-style="font-size: 36rpx;" type="primary" round block>微信授权手机号登录</van-button>
|
||||
|
||||
<view style="display: flex;">
|
||||
<view style="display: flex;flex-wrap: wrap;word-wrap: break-word;margin-top: 30rpx;line-height: 50rpx;">
|
||||
<van-checkbox value="{{ checked }}" bind:change="onChange">我已阅读并同意协议</van-checkbox>
|
||||
<view style="color: #4384FE;flex: 1;" bindtap="go" data-url="/Pages/agreement_page/index?agreement_id=10">《肝胆相照用户服务协议》</view>
|
||||
<view style="color: #4384FE;word-wrap: break-word;" bindtap="go" data-url="/Pages/agreement_page/index?agreement_id=10">《肝胆相照用户注册及服务协议》</view>
|
||||
<view style="color: #4384FE;word-wrap: break-word;" bindtap="go" data-url="/Pages/agreement_page/index?agreement_id=9">《隐私协议》</view>
|
||||
<view style="color: #4384FE;word-wrap: break-word;" bindtap="go" data-url="/Pages/agreement_page/index?agreement_id=11">《劳务协议》</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -162,8 +162,10 @@ Page({
|
||||
clearInterval(time_index);
|
||||
}
|
||||
},1000)
|
||||
|
||||
|
||||
},
|
||||
go(e){
|
||||
let url = e.currentTarget.dataset.url;
|
||||
app.go(url);
|
||||
}
|
||||
|
||||
})
|
||||
@ -26,7 +26,13 @@
|
||||
</view>
|
||||
<view class="btn">
|
||||
<van-button color="#3CC7C0" disabled="{{login_disabled}}" custom-style="font-size: 36rpx;margin-bottom:30rpx;" type="primary" round block bind:click="mobileLogin">登录</van-button>
|
||||
<van-checkbox value="{{ checked }}" bind:change="onChange">我已阅读并同意协议<text style="color: #4384FE;">《肝胆相照用户服务协议》</text></van-checkbox>
|
||||
<!-- <van-checkbox value="{{ checked }}" bind:change="onChange">我已阅读并同意协议<text style="color: #4384FE;">《肝胆相照用户服务协议》</text></van-checkbox> -->
|
||||
<view style="word-wrap:break-word;word-break:break-all;display: flex;flex-wrap: wrap;word-wrap: break-word;margin-top: 30rpx;line-height: 50rpx;">
|
||||
<van-checkbox value="{{ checked }}" bind:change="onChange">我已阅读并同意协议</van-checkbox>
|
||||
<view style="color: #4384FE;" bindtap="go" data-url="/Pages/agreement_page/index?agreement_id=10">《肝胆相照用户注册及服务协议》</view>
|
||||
<view style="color: #4384FE;" bindtap="go" data-url="/Pages/agreement_page/index?agreement_id=9">《隐私协议》</view>
|
||||
<view style="color: #4384FE;" bindtap="go" data-url="/Pages/agreement_page/index?agreement_id=11">《劳务协议》</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</m-nav-bar>
|
||||
@ -21,7 +21,7 @@
|
||||
<view class="cash" wx:if="{{!skeleton_loading}}">
|
||||
<view class="cash_top">
|
||||
<view class="cash_left">
|
||||
<view class="cash_left_title">提现金额(元)</view>
|
||||
<view class="cash_left_title">实际到账(元)</view>
|
||||
<view class="cash_num">
|
||||
<view>
|
||||
<text style="font-size: 42rpx;">¥</text>{{withdrawal_amount}}
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<view class="date">{{item.created_at}}</view>
|
||||
</view>
|
||||
<view class="data_item_top_num">
|
||||
<view class="jine">¥{{item.applied_withdrawal_amount}}</view>
|
||||
<view class="jine">¥{{item.actual_withdrawal_amount}}</view>
|
||||
<view class="status_box">
|
||||
<!-- 审核状态(1:审核中 2:审核通过 3:审核未通过) -->
|
||||
<view class="status status_ing">{{item.examine_status==1?'审核中':item.examine_status==2?'审核通过':item.examine_status==3?'审核未通过':'未知'}}</view>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
<view class="switch_box_note">{{ note }}</view>
|
||||
</view>
|
||||
<view class="help">
|
||||
<van-cell size="large" url="/Pages/yishi/manual/index" custom-style="font-size:32rpx;" title="图文问诊操作手册" is-link border="{{false}}" />
|
||||
<van-cell size="large" url="/Pages/yishi/manual_detail/index?manual_id=5" custom-style="font-size:32rpx;" title="图文问诊操作手册" is-link border="{{false}}" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<van-cell-group inset>
|
||||
<van-cell use-label-slot bind:click="showZhenDuan" custom-style="font-size:30rpx;color: #333;" title="诊断" >
|
||||
<view class="addzhenduan" wx:if="{{from != 'chat'}}">+添加诊断</view>
|
||||
<view slot="label">
|
||||
<view slot="label" style="width: 180%;">
|
||||
<view style="margin-top: 20rpx;" class="label_item" wx:for="{{zhenduan_list}}">
|
||||
<van-icon name="delete" catchtap="delZhenDuan" color="red" data-disease_class_id="{{item.icd_id}}" wx:if="{{from != 'chat'}}"/>
|
||||
<text style="margin-left: 10rpx;">{{item.icd_name}}</text>
|
||||
|
||||
@ -61,6 +61,8 @@ page{
|
||||
flex: 1;
|
||||
color: #666666;
|
||||
font-size: 28rpx;
|
||||
word-wrap:break-word;
|
||||
word-break:break-all;
|
||||
}
|
||||
|
||||
.txt_title{
|
||||
@ -195,6 +197,10 @@ page{
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
border-bottom: 1px solid #E7E7E7;
|
||||
width: 90%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.label_item{
|
||||
display: flex;
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
<view class="switch_box_note">{{ note }}</view>
|
||||
</view>
|
||||
<view class="help">
|
||||
<van-cell size="large" url="/Pages/yishi/manual/index" custom-style="font-size:32rpx;" title="图文问诊操作手册" is-link border="{{false}}" />
|
||||
<van-cell size="large" url="/Pages/yishi/manual_detail/index?manual_id=6" custom-style="font-size:32rpx;" title="图文问诊操作手册" is-link border="{{false}}" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
<view class="switch_box_note">{{ note }}</view>
|
||||
</view>
|
||||
<view class="help">
|
||||
<van-cell size="large" url="/Pages/yishi/manual/index" custom-style="font-size:32rpx;" title="图文问诊操作手册" is-link border="{{false}}" />
|
||||
<van-cell size="large" url="/Pages/yishi/manual_detail/index?manual_id=4" custom-style="font-size:32rpx;" title="图文问诊操作手册" is-link border="{{false}}" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -173,7 +173,7 @@ Component({
|
||||
wx.setStorageSync('words', "");
|
||||
}
|
||||
|
||||
console.log("pageLifetimes show")
|
||||
// console.log("pageLifetimes show")
|
||||
let _this = this
|
||||
wx.getNetworkType({
|
||||
success (res) {
|
||||
@ -361,7 +361,7 @@ Component({
|
||||
handleSendImageMessage(file) {
|
||||
|
||||
let networkstatus = this.data.networkstatus
|
||||
console.log("networkstatus: ", networkstatus)
|
||||
// console.log("networkstatus: ", networkstatus)
|
||||
if(networkstatus === 'none'){
|
||||
wx.showToast({
|
||||
title: '请检查您的网络',
|
||||
@ -405,12 +405,15 @@ Component({
|
||||
message_rounds = cloudCustomDataJson.message_rounds;
|
||||
}
|
||||
|
||||
let cach_message_rounds = this.data.message_rounds
|
||||
message_rounds = cach_message_rounds>message_rounds?cach_message_rounds:message_rounds
|
||||
|
||||
const mycloudCustomData = JSON.stringify({
|
||||
order_inquiry_id: this.data.order_inquiry_id,
|
||||
inquiry_type: this.data.inquiry_type,
|
||||
message_type: 0,
|
||||
is_system: 0,
|
||||
message_rounds: this.data.message_rounds,
|
||||
message_rounds: message_rounds,
|
||||
patient_family_data: patient_family_data
|
||||
});
|
||||
|
||||
@ -459,7 +462,7 @@ Component({
|
||||
},
|
||||
|
||||
handleCommonFunctions(e) {
|
||||
console.log("handleCommonFunctions: ", e)
|
||||
// console.log("handleCommonFunctions: ", e)
|
||||
switch (e.target.dataset.key) {
|
||||
case '0':
|
||||
this.setData({
|
||||
@ -541,7 +544,7 @@ Component({
|
||||
})
|
||||
wx.openSetting({
|
||||
success (res) {
|
||||
console.log(res.authSetting)
|
||||
// console.log(res.authSetting)
|
||||
}
|
||||
})
|
||||
},
|
||||
@ -679,7 +682,7 @@ Component({
|
||||
sendTextMessage(msg, flag) {
|
||||
|
||||
let networkstatus = this.data.networkstatus
|
||||
console.log("networkstatus: ", networkstatus)
|
||||
// console.log("networkstatus: ", networkstatus)
|
||||
if(networkstatus === 'none'){
|
||||
wx.showToast({
|
||||
title: '请检查您的网络',
|
||||
@ -730,6 +733,9 @@ Component({
|
||||
message_rounds = cloudCustomDataJson.message_rounds;
|
||||
}
|
||||
|
||||
let cach_message_rounds = this.data.message_rounds
|
||||
message_rounds = cach_message_rounds>message_rounds?cach_message_rounds:message_rounds
|
||||
|
||||
const to = this.getToAccount();
|
||||
const text = flag ? msg : this.data.message;
|
||||
|
||||
@ -739,7 +745,7 @@ Component({
|
||||
inquiry_type: this.data.inquiry_type,
|
||||
message_type: 0,
|
||||
is_system: 0,
|
||||
message_rounds: this.data.message_rounds,
|
||||
message_rounds: message_rounds,
|
||||
patient_family_data: patient_family_data
|
||||
});
|
||||
|
||||
|
||||
@ -235,7 +235,7 @@ Component({
|
||||
},
|
||||
refreshMessageRounds(message){
|
||||
try {
|
||||
console.log("messageList refreshMessageRounds message: ", message);
|
||||
// console.log("messageList refreshMessageRounds message: ", message);
|
||||
let cloudCustomData = "";
|
||||
let cloudCustomDataJson = "";
|
||||
if(message.cloudCustomData){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user