更改静态资源host
This commit is contained in:
@@ -27,7 +27,8 @@ Page({
|
||||
area_sub_titles: ["省份","市区","区县"],
|
||||
areaprovince_data_ready: false,
|
||||
banklist_data_ready: false,
|
||||
bank_card_id: ""
|
||||
bank_card_id: "",
|
||||
static_host: api.getStaticHost()
|
||||
},
|
||||
onLoad(options){
|
||||
console.log("options: ", options);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<te-nav-bar navbar-data='{{navbarData}}' ></te-nav-bar>
|
||||
<view class="container" style="height: calc(100vh - 96rpx - {{height}}px);">
|
||||
<view class="top_note">
|
||||
<van-image style="display: flex;align-items: center;margin-right: 10rpx;" src="https://img.applets.igandanyiyuan.com/applet/doctor/static/images/bell.png" fit="widthFix" width="45rpx" aria-label="qrcode" />
|
||||
<van-image style="display: flex;align-items: center;margin-right: 10rpx;" src="{{static_host}}/applet/doctor/static/images/bell.png" fit="widthFix" width="45rpx" aria-label="qrcode" />
|
||||
<text>请确定开户人姓名与账户医生的姓名一致</text>
|
||||
</view>
|
||||
<view class="info">
|
||||
|
||||
Reference in New Issue
Block a user