|
@@ -14,7 +14,7 @@
|
|
|
<text class="listData-item-l-name">{{item.name}}</text>
|
|
|
</view>
|
|
|
<view class="listData-item-r">
|
|
|
- <u-icon class="listData-item-r-icon" name="yuanchengxundian" custom-prefix="xd-icon" size="40" color="#2b85e4"></u-icon>
|
|
|
+ <u-icon class="listData-item-r-icon" name="icon-xian-11" custom-prefix="xd-icon" size="24" color="#2b85e4"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
<u-empty :text="noDataText" img-width="120" v-if="list.length == 0 && status != 'loading'" :margin-top="400" mode="list"></u-empty>
|
|
@@ -94,18 +94,18 @@
|
|
|
buttons: ['继续巡店','重新开始'],
|
|
|
success: function (result) {
|
|
|
if (result.confirm || result.index==0) { // 继续巡店
|
|
|
- uni.navigateTo({
|
|
|
+ uni.redirectTo({
|
|
|
url: '/pages/shopTour/shopTour?storeId=' + item.id + '&taskId='+ res.data + '&restart=0&types=video'
|
|
|
})
|
|
|
}else if(result.cancel || result.index==1){ // 重新开始
|
|
|
- uni.navigateTo({
|
|
|
+ uni.redirectTo({
|
|
|
url: '/pages/shopTour/shopTour?storeId=' + item.id + '&taskId='+ res.data + '&restart=1&types=video'
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
}else{
|
|
|
- uni.navigateTo({
|
|
|
+ uni.redirectTo({
|
|
|
url: '/pages/shopTour/shopTour?storeId=' + item.id + '&types=video'
|
|
|
})
|
|
|
}
|
|
@@ -154,6 +154,9 @@
|
|
|
align-items: center;
|
|
|
padding: 20upx 0;
|
|
|
border-bottom: 1upx dashed #f8f8f8;
|
|
|
+ &:active{
|
|
|
+ opacity: 0.5;
|
|
|
+ }
|
|
|
&-l{
|
|
|
flex-grow: 1;
|
|
|
padding-right: 10upx;
|