3.22 更新
This commit is contained in:
@@ -43,22 +43,22 @@ Component({
|
||||
methods: {
|
||||
goFree:throttle(function(){
|
||||
app.method.navigateTo({
|
||||
url: '/pages/expertConsult/expertConsult?type=free',
|
||||
url: '/patient/pages/expertConsult/expertConsult?type=free',
|
||||
})
|
||||
}),
|
||||
goQuick:throttle(function(){
|
||||
app.method.navigateTo({
|
||||
url: '/pages/quickConsult/quickConsult'
|
||||
url: '/patient/pages/quickConsult/quickConsult'
|
||||
})
|
||||
}),
|
||||
goExpert:throttle(function(){
|
||||
app.method.navigateTo({
|
||||
url: '/pages/expertConsult/expertConsult'
|
||||
url: '/patient/pages/expertConsult/expertConsult'
|
||||
})
|
||||
}),
|
||||
goBuyMedince:throttle(function(){
|
||||
app.method.navigateTo({
|
||||
url: '/pages/quickConsult/quickConsult?inquiry_type=4'
|
||||
url: '/patient/pages/quickConsult/quickConsult?inquiry_type=4'
|
||||
})
|
||||
}),
|
||||
getPrice(){
|
||||
|
||||
Reference in New Issue
Block a user