@@ -92,6 +92,9 @@ export default {
uni.stopPullDownRefresh();
},
methods: {
+ init(){
+
+ },
goPage (item) {
if (item.url === '/admin/billing/priceChange') {
this.goToMallPt('pages/pay/index')
@@ -171,7 +171,10 @@ export default {
// #endif
- suggest(){
+ suggest(){
let that = this
that.$util.confirmModal({content:'请添加客服微信',okText:'复制微信'},() => {
uni.setClipboardData({
@@ -298,7 +301,6 @@ export default {
applyCash () {
applyCash({}).then(res => {
this.$msg('操作成功')
- this.init()
})
_list () { },