This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-sp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
激活报错提示
master
yangteng
2 weeks ago
parent
55997601f4
commit
3988c724ff
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
9
0
subpackage/after-sale/activation/activate.vue
+ 9
- 0
subpackage/after-sale/activation/activate.vue
View File
@@ -691,6 +691,15 @@
func(data)
});
};
//提示对话框
const alertF = (msg) => {
//隐藏加载框
tools.hideLoadingAlert();
//提示对话框
tools.showModalAlert(msg);
}
</script>
<style>
Write
Preview
Loading…
Cancel
Save