提交 0075094d 编写于 作者: Anne_LXM's avatar Anne_LXM

替换static下某些资源路径

上级 115971b2
<template> <template>
<view slot="refresher" class="refresh-box"> <view slot="refresher" class="refresh-box">
<image v-if="state == 2" class="refresh-icon" src="/static/template/custom-refresher/refresh-box/run.gif" mode="widthFix"></image> <image v-if="state == 2" class="refresh-icon" src="https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/refresh-box-run.gif" mode="widthFix"></image>
<text class="tip-text">{{text[state]}}</text> <text class="tip-text">{{text[state]}}</text>
</view> </view>
</template> </template>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@scroll="onScroll" :rebound="false" @scroll="onScroll" :rebound="false"
> >
<view class="head-img-box-2" ref="head-img-box-2"> <view class="head-img-box-2" ref="head-img-box-2">
<image class="img" ref="head-img-2" src="../../../static/template/pull-zoom-image/head-img.jpg" mode="scaleToFill"></image> <image class="img" ref="head-img-2" src="https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/pull-zoom-image-head-img.jpg" mode="scaleToFill"></image>
</view> </view>
<view class="user-info" ref="user-info"> <view class="user-info" ref="user-info">
<image class="user-avatar" src="../../../static/test-image/logo.png" mode="widthFix"></image> <image class="user-avatar" src="../../../static/test-image/logo.png" mode="widthFix"></image>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<!--#ifdef APP --> <!--#ifdef APP -->
<view slot="refresher"> <view slot="refresher">
<view class="head-img-box-1"> <view class="head-img-box-1">
<image class="img" ref="head-img-1" src="/static/template/pull-zoom-image/head-img.jpg" mode="scaleToFill"></image> <image class="img" ref="head-img-1" src="https://web-ext-storage.dcloud.net.cn/hello-uni-app-x/pull-zoom-image-head-img.jpg" mode="scaleToFill"></image>
</view> </view>
</view> </view>
<!--#endif--> <!--#endif-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册