更改静态资源host
This commit is contained in:
@@ -52,7 +52,7 @@ Page({
|
||||
},
|
||||
{
|
||||
type: 'image',//医生二维码图片 3
|
||||
url: 'https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/qrcode.png',
|
||||
url: '',
|
||||
css: {
|
||||
left: '215px',
|
||||
top: '458px',
|
||||
@@ -62,7 +62,7 @@ Page({
|
||||
},
|
||||
{
|
||||
type: 'image',//医生头像图片 4
|
||||
url: 'https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/default_photo.png',
|
||||
url: '',
|
||||
css: {
|
||||
top: '40px',
|
||||
left: '327px',
|
||||
|
||||
@@ -25,20 +25,7 @@
|
||||
<!-- <view class="title">分享我的名片到</view> -->
|
||||
</view>
|
||||
<view class="imgbox">
|
||||
<!-- <view class="imgbox_item">
|
||||
<t-image src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/wx.png" mode="heightFix" width="90rpx" height="90rpx" aria-label="qrcode" />
|
||||
<text class="imgbox_item_txt">
|
||||
微信好友
|
||||
</text>
|
||||
</view>
|
||||
<view class="imgbox_item">
|
||||
<t-image src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/pyq.png" mode="heightFix" width="90rpx" height="90rpx" aria-label="qrcode" />
|
||||
<text class="imgbox_item_txt">
|
||||
朋友圈
|
||||
</text>
|
||||
</view> -->
|
||||
<view class="imgbox_item" bindtap="onSave">
|
||||
<!-- <t-image src="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/yishi/wx.png" mode="heightFix" width="90rpx" height="90rpx" aria-label="qrcode" /> -->
|
||||
<t-icon color="#fff" name="download" size="24" data-name="download" class="t_icon" />
|
||||
<text class="imgbox_item_txt">
|
||||
保存到相册,分享到朋友圈
|
||||
|
||||
Reference in New Issue
Block a user