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
激活灰色按钮不能点击问题
腾讯ocr渠道不签约
yangteng
4 weeks ago
parent
f0f5744e7d
commit
a46a09cb63
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
subpackage/after-sale/activation/activate.vue
+ 3
- 0
subpackage/after-sale/activation/activate.vue
View File
@@ -295,6 +295,9 @@
//开始激活 按钮事件
const btn = () => {
if(!state.disabled){
return;
}
state.disabled = false
state.showPopup=true
console.log('orderInfo参数', orderInfo, state.disabled)
Write
Preview
Loading…
Cancel
Save