|
@@ -101,7 +101,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="tc flex" v-for="(item,index) in tcList" :class="{'action': selectTcIndex == index}"
|
|
<view class="tc flex" v-for="(item,index) in tcList" :class="{'action': selectTcIndex == index}"
|
|
|
- @click="choosTc(index,item)" v-if="item.day == 30 || !userinfo.payRules">
|
|
|
|
|
|
|
+ @click="choosTc(index,item)" v-if="item.day == 30 || !userInfo.payRules">
|
|
|
|
|
|
|
|
<view class="tc-price">
|
|
<view class="tc-price">
|
|
|
{{item.price}}
|
|
{{item.price}}
|
|
@@ -758,7 +758,7 @@
|
|
|
getRents() {
|
|
getRents() {
|
|
|
let that = this
|
|
let that = this
|
|
|
getRents({
|
|
getRents({
|
|
|
- store_id: that.is_tj ? that.userinfo.store_id : that.selctStore.id
|
|
|
|
|
|
|
+ store_id: that.is_tj ? that.userInfo.store_id : that.selctStore.id
|
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
that.tcList = res.data.rent
|
|
that.tcList = res.data.rent
|
|
|
that.selectTc = that.tcList[0]
|
|
that.selectTc = that.tcList[0]
|
|
@@ -786,7 +786,7 @@
|
|
|
that.loading = true
|
|
that.loading = true
|
|
|
}
|
|
}
|
|
|
rentCreate({
|
|
rentCreate({
|
|
|
- store_id: that.is_tj ? that.userinfo.store_id : that.selctStore.id,
|
|
|
|
|
|
|
+ store_id: that.is_tj ? that.userInfo.store_id : that.selctStore.id,
|
|
|
rent_id: that.selectTc.id,
|
|
rent_id: that.selectTc.id,
|
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
|
from: 'weixin', //来源
|
|
from: 'weixin', //来源
|