|
@@ -1,7 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="content">
|
|
<view class="content">
|
|
|
|
|
|
|
|
- <u-sticky>
|
|
|
|
|
<!-- <view ref="hContentWrap" class="hContentWrap h-content-wrap">-->
|
|
<!-- <view ref="hContentWrap" class="hContentWrap h-content-wrap">-->
|
|
|
<!-- <view class="tab-bar">-->
|
|
<!-- <view class="tab-bar">-->
|
|
|
<!-- <view class="tab-item" :class="{ active: currentTab === 0 }" @click="changeTab(0)">-->
|
|
<!-- <view class="tab-item" :class="{ active: currentTab === 0 }" @click="changeTab(0)">-->
|
|
@@ -19,7 +18,6 @@
|
|
|
transform: 'scale(1.05)'
|
|
transform: 'scale(1.05)'
|
|
|
}" :current="tabIndex" @click="clickTab"></u-tabs>
|
|
}" :current="tabIndex" @click="clickTab"></u-tabs>
|
|
|
</View>
|
|
</View>
|
|
|
- </u-sticky>
|
|
|
|
|
|
|
|
|
|
<!-- 订单列表 -->
|
|
<!-- 订单列表 -->
|
|
|
<view :style="{'height':windowHeight}">
|
|
<view :style="{'height':windowHeight}">
|
|
@@ -313,7 +311,7 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
payItem(num){
|
|
payItem(num){
|
|
|
- if (this.userInfo.balance < this.price){
|
|
|
|
|
|
|
+ if (this.userInfo.balance*1 < this.price*1){
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
this.curServiceTab = num
|
|
this.curServiceTab = num
|