|
|
@@ -154,7 +154,7 @@
|
|
|
|
|
|
<!-- 底部提示 -->
|
|
|
<view class="supplier-notice-footer">
|
|
|
- <text class="supplier-notice-tip">买花时注意区分,避免下错</text>
|
|
|
+ <text class="supplier-notice-tip">请注意区分,已经有很多个人,下到不是自己要的那家了</text>
|
|
|
<view class="supplier-notice-buttons">
|
|
|
<button class="admin-button-com default" @click="remindLater">下次提醒</button>
|
|
|
<button class="admin-button-com blue" @click="closeSupplierNotice">知道了</button>
|
|
|
@@ -325,7 +325,6 @@ export default {
|
|
|
},
|
|
|
init() {
|
|
|
this.getMyGhsData()
|
|
|
- this.toRemindCustom()
|
|
|
},
|
|
|
toRemindCustom(){
|
|
|
hasMoreGhs().then(ret=>{
|
|
|
@@ -338,6 +337,8 @@ export default {
|
|
|
return ghsList().then(res => {
|
|
|
this.supplierList = res.data.list
|
|
|
this.ad = res.data.ad ? res.data.ad : []
|
|
|
+ //这个不能移到外面去,否则会有问题
|
|
|
+ this.toRemindCustom()
|
|
|
})
|
|
|
},
|
|
|
settleAccounts (item) {
|