|
|
@@ -175,7 +175,7 @@
|
|
|
class="flex justify-center align-center">
|
|
|
<view>
|
|
|
<view class="text-center">
|
|
|
- <image src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/duanxin/addimg.png" style="width: 65rpx;height: 55rpx;">
|
|
|
+ <image :src="Tupian('/duanxin/addimg.png')" style="width: 65rpx;height: 55rpx;">
|
|
|
</image>
|
|
|
</view>
|
|
|
<view class="text-center text-black">添加图片</view>
|
|
|
@@ -208,13 +208,13 @@
|
|
|
<view class="receipt_code">
|
|
|
<view class="code_title">是否确认送达</view>
|
|
|
<view class="text-center">
|
|
|
- <image src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/duanxin/%E7%94%BB%E6%9D%BF%202.png" style="width: 33px;height: 33px;">
|
|
|
+ <image :src="Tupian('/duanxin/%E7%94%BB%E6%9D%BF%202.png')" style="width: 33px;height: 33px;">
|
|
|
</image>
|
|
|
</view>
|
|
|
<view class="code_title2">发送失败</view>
|
|
|
<view class="code_title2">原因:{{failYuanyin}},短信发送失败,请点击拨号联系学生</view>
|
|
|
<view class="sure2" @click="phoneToxue(xuePhone)">
|
|
|
- <image src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/duanxin/%E7%94%BB%E6%9D%BF%201.png" style="width: 33rpx;height: 33rpx;">
|
|
|
+ <image :src="Tupian('/duanxin/%E7%94%BB%E6%9D%BF%201.png')" style="width: 33rpx;height: 33rpx;">
|
|
|
</image>
|
|
|
{{xuePhone}}
|
|
|
</view>
|