Commit a5d8f3f5 authored by lijiongliang's avatar lijiongliang

页面优化

parent 0cf38f0e
This diff is collapsed.
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
mapState mapState
} from 'vuex'; } from 'vuex';
import tabbar from '@/common/hans-tabbar/hans-tabbar' import tabbar from '@/common/hans-tabbar/hans-tabbar'
import index from './home' // import index from './home'
import index from './home-new.vue'
import moveCar from './moveCar' import moveCar from './moveCar'
import shop from './shop' import shop from './shop'
import personal from './personal' import personal from './personal'
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- 我的订单 --> <!-- 我的订单 -->
<view class="get-coupon"> <view class="get-coupon">
<view class="box"> <view class="box">
<image src="../../../static/index/coupon1.png"></image> <image src="http://jdnc-oss.uzosp.com/2022/05/31/5c01ded6473a44c7b5f1370b6010ae87.png"></image>
<view class="title"> <view class="title">
<view style="margin-bottom:20rpx;"> <view style="margin-bottom:20rpx;">
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<!-- 领取成功后弹框 --> <!-- 领取成功后弹框 -->
<view class="pooup-success" v-if="pooupSuccess"> <view class="pooup-success" v-if="pooupSuccess">
<view class="success-box"> <view class="success-box">
<image src="../../../static/index/coupon2.png"></image> <image src="http://jdnc-oss.uzosp.com/2022/05/31/7f0a17d1075d47ffb784b4095e79d36a.png"></image>
<view class="close" @click="closeCoupon"> <view class="close" @click="closeCoupon">
X X
</view> </view>
......
...@@ -154,10 +154,10 @@ ...@@ -154,10 +154,10 @@
this.noticeResult = res.data.data this.noticeResult = res.data.data
if (this.noticeResult.allowPhone) { if (this.noticeResult.allowPhone) {
// this.list[0].name = this.noticeResult.secretPhone // this.list[0].name = this.noticeResult.secretPhone
this.show = true; // this.show = true;
// uni.makePhoneCall({ uni.makePhoneCall({
// phoneNumber: this.noticeResult.secretPhone phoneNumber: this.noticeResult.secretPhone
// }); });
} }
} else { } else {
this.noticeResult = res.data.data this.noticeResult = res.data.data
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
</view> </view>
<view class="item-input flex align-center"> <view class="item-input flex align-center">
<input type="number" placeholder="请输入" v-model="model1.verificationCode"> <input type="number" placeholder="请输入" v-model="model1.verificationCode">
<view class="code text-red" v-if="!smsbtn.status" @click="sendCode"> <view class="code" style="color: #F1251B;" v-if="!smsbtn.status" @click="sendCode">
{{smsbtn.text}} {{smsbtn.text}}
</view> </view>
<view class="code" v-else> <view class="code" v-else>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment