医生提交1212
This commit is contained in:
@@ -311,9 +311,8 @@ Component({
|
||||
})
|
||||
}),
|
||||
goSick(event){
|
||||
// const url=event.currentTarget.dataset.url;
|
||||
// console.log(url);
|
||||
// app.go(url);
|
||||
const url=event.currentTarget.dataset.url;
|
||||
app.go(url);
|
||||
},
|
||||
|
||||
openLink(e) {
|
||||
@@ -336,7 +335,7 @@ Component({
|
||||
const {ismine,params}=event.currentTarget.dataset;
|
||||
console.log(params);
|
||||
if(!ismine){
|
||||
app.go('/Pages/yishi/sickform/index?params='+params)
|
||||
app.go('/Pages/yishi/sickform/index?case_filled_fields='+params)
|
||||
}
|
||||
// app.go(url);
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<view class="TUI-Extension-slot-name MY-TUI-Extension-slot-name">常用语</view>
|
||||
</view>
|
||||
<view class="TUI-Extension-slot MY-TUI-Extension-slot" bindtap="showWenZhenBiao">
|
||||
<image mode="widthFix" class="TUI-Extension-icon MY-TUI-Extension-icon" src="{{static_host}}/applet/doctor/static/images/chat/wenzi.png" />
|
||||
<image mode="widthFix" class="TUI-Extension-icon MY-TUI-Extension-icon" src="../../../../../static/images/yishi/tabbar_icon/wenzhenicon.png" />
|
||||
<view class="TUI-Extension-slot-name MY-TUI-Extension-slot-name">问诊表</view>
|
||||
</view>
|
||||
<!-- <view class="TUI-Extension-slot" bindtap="handleSendPicture">
|
||||
|
||||
Reference in New Issue
Block a user