This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
yijia
nizongfeng
2 years ago
parent
372b1ff009
commit
44ff3785e2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
application/admin/controller/unishop/Order.php
+ 1
- 1
application/admin/controller/unishop/Order.php
View File
@@ -820,7 +820,7 @@ class Order extends Backend
])->delete();
return "完成";
} catch (Exception $e) {
return "";
return "
失败
"
.$e->getMessage()
;
}
}
}
Write
Preview
Loading…
Cancel
Save