Commit 3d6a41d0 authored by Facius's avatar Facius

Merge branch 'dev-1.4.3' into test

parents 3e5b27cf 186ce304
......@@ -5,7 +5,9 @@
<view class="button-view">
<u-button class="change-button" type="primary" @click="handleClick">确认切换</u-button>
</view>
<view>
<u-toast ref="uToast" />
</view>
</view>
</template>
......@@ -35,6 +37,11 @@
await getApp().getBaseInfo(this, callBack);
} else {
this.$refs.uToast.show({
title: res.message,
type: 'error'
})
}
},
......
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