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
兼容订单不传transfer时走首次激活流程
master
cetc
3 days ago
parent
0631ce0773
commit
ca35c21d6d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
subpackage/after-sale/activation/activate.vue
+ 1
- 1
subpackage/after-sale/activation/activate.vue
View File
@@ -376,7 +376,7 @@
state.disabled = false
console.log('orderInfo参数', orderInfo, state.disabled)
stopHeartbeat();
if(state.transfer == '1') {
if(state.transfer == '1'
|| !state.transfer
) {
cmdResult1()
} else {
cmdResult2()
Write
Preview
Loading…
Cancel
Save