|
@@ -5,24 +5,23 @@
|
|
|
<block v-if="noAuthor ==1 && isFinished">
|
|
|
<view class="sandTable-noAuthor">
|
|
|
<block v-if="!applyer.hasApply">
|
|
|
- <image :src="globalImgUrls.sandBoxNoAuthor" mode="aspectFit"></image>
|
|
|
- <text style="margin-top: 48rpx;">您暂无权限查看沙盘推演</text>
|
|
|
- <text style="margin-top: 20rpx;">若想查看可以申请开通</text>
|
|
|
- <button @click="toApply">立即申请</button>
|
|
|
+ <image class="img" :src="globalImgUrls.activityNoAuth" mode="widthFix"></image>
|
|
|
+ <view style="margin-bottom:15px;">您暂无权限查看沙盘推演</view>
|
|
|
+ <view style="margin-bottom:15px">若想查看可以申请开通</view>
|
|
|
+ <view class="global-btn-yellow-change btn" @click="toApply" style="margin-top:30px">立即申请</view>
|
|
|
</block>
|
|
|
<block v-else>
|
|
|
- <image class="img-wait" :src="globalImgUrls.chartWait" mode="widthFix"
|
|
|
- style="width: 186rpx;margin-top: 200rpx;width: 186rpx;margin-bottom: 50rpx;"></image>
|
|
|
- <text style="margin-bottom:15px">您已提交申请</text>
|
|
|
- <text>请等待销售人员与您联系</text>
|
|
|
+ <image class="img-wait" :src="globalImgUrls.chartWait" mode="widthFix" ></image>
|
|
|
+ <view style="margin-bottom:15px">您已提交申请</view>
|
|
|
+ <view>请等待销售人员与您联系</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
</block>
|
|
|
<block v-if="noAuthor ==2 && isFinished">
|
|
|
<view class="sandTable-noAuthor">
|
|
|
- <image :src="globalImgUrls.sandBoxNoAuthor" mode="aspectFit"></image>
|
|
|
- <text style="margin-top: 48rpx;">您暂无权限查看沙盘推演</text>
|
|
|
- <text style="margin: 20rpx 0 6rpx 0;">若想查看请联系对口销售</text>
|
|
|
+ <image class="img" :src="globalImgUrls.activityNoAuth" mode="widthFix"></image>
|
|
|
+ <view style="margin-bottom:15px;">您暂无权限查看沙盘推演</view>
|
|
|
+ <view style="margin-bottom:15px">若想查看可以申请开通</view>
|
|
|
<view>
|
|
|
<text>{{salesData.name}}:</text><text class="sales-mobile" @click="callToSales">{{salesData.phone}}</text>
|
|
|
</view>
|
|
@@ -553,7 +552,7 @@
|
|
|
padding-bottom: 0;
|
|
|
// 无权限
|
|
|
.sandTable-noAuthor{
|
|
|
- display: flex;
|
|
|
+ /* display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
height: 100vh;
|
|
@@ -566,6 +565,26 @@
|
|
|
font-weight: 400;
|
|
|
font-size: 28rpx;
|
|
|
color: #999999;
|
|
|
+ } */
|
|
|
+ background-color: #fff;
|
|
|
+ padding: 34rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size: $global-font-size-lg;
|
|
|
+ .img{
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 50rpx;
|
|
|
+ }
|
|
|
+ .img-wait{
|
|
|
+ margin-top: 200rpx;
|
|
|
+ width: 186rpx;
|
|
|
+ margin-bottom: 50rpx;
|
|
|
+ }
|
|
|
+ .btn{
|
|
|
+ width: 380rpx;
|
|
|
+ line-height: 70rpx;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ margin-top: 40rpx;
|
|
|
}
|
|
|
.sales-mobile{
|
|
|
color: #E3B377;
|