3.19
This commit is contained in:
+1
-1
@@ -367,7 +367,7 @@ Component({
|
||||
params = params + key + '=' + options[key];
|
||||
}
|
||||
};
|
||||
//console.log(url + "&fromType=" + redirectUrl + "?" + params)
|
||||
// console.log(url + "&fromType=" + encodeURIComponent(redirectUrl + "?" + params))
|
||||
app.method.navigateTo({
|
||||
url: url + "&fromType=" + encodeURIComponent(redirectUrl + "?" + params)
|
||||
})
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@
|
||||
</view>
|
||||
<view wx:if="{{renderDom[0].type==='msg_prescribe'}}"
|
||||
class="gdxz_custom_order_prescribe_message"
|
||||
data-url="/pages/prescriptDetail/prescriptDetail?order_prescription_id={{renderDom[0].order_prescription_id}}"
|
||||
data-url="/patient/pages/prescriptDetail/prescriptDetail?order_prescription_id={{renderDom[0].order_prescription_id}}"
|
||||
bindtap="goPrescriptDetail">
|
||||
<view class="prescribe_title">
|
||||
处方已开具
|
||||
|
||||
Reference in New Issue
Block a user