|
@@ -66,7 +66,7 @@
|
|
|
<view class="record flex-column" v-if="questionItem.recordStatus !== 4">
|
|
|
<view class="no-record" v-if="questionItem.recordStatus === 1">
|
|
|
<image
|
|
|
- src="../static/question/record.png"
|
|
|
+ src="./static/record.png"
|
|
|
mode="widthFix"
|
|
|
style="width: 90rpx; height: 180rpx"
|
|
|
/>
|
|
@@ -77,15 +77,15 @@
|
|
|
<scroll-view scroll-x style="height: 100rpx" class="scroll-view" :scroll-left="scrollTop" @scrolltolower="handleScrolltolower" :show-scrollbar="false">
|
|
|
<view style="width:100%;height:100rpx;display:inline-block;"></view>
|
|
|
<image
|
|
|
- src="../static/question/record-img.png"
|
|
|
+ src="./static/record-img.png"
|
|
|
mode="scaleToFill"
|
|
|
/>
|
|
|
<image
|
|
|
- src="../static/question/record-img.png"
|
|
|
+ src="./static/record-img.png"
|
|
|
mode="scaleToFill"
|
|
|
/>
|
|
|
<image
|
|
|
- src="../static/question/record-img.png"
|
|
|
+ src="./static/record-img.png"
|
|
|
mode="scaleToFill"
|
|
|
/>
|
|
|
</scroll-view>
|
|
@@ -174,7 +174,7 @@
|
|
|
</view>
|
|
|
<view class="audio-delete" @click="handleRecode('delete')">
|
|
|
<image
|
|
|
- src="../static/question/delerecord.png"
|
|
|
+ src="./static/delerecord.png"
|
|
|
mode="heightFix"
|
|
|
style="width: 32rpx; height: 35rpx"
|
|
|
/>
|