|
@@ -254,7 +254,7 @@
|
|
|
if (res.code == 0) {
|
|
|
if (res.data.payAmt == 0) {
|
|
|
$http.post('/api/v1/mp/user/ticket/order/submit', {
|
|
|
- suid: uni.getStorageSync('shareUid'),
|
|
|
+ suid: uni.getStorageSync('shareUid')?uni.getStorageSync('shareUid'):null,
|
|
|
type: uni.getStorageSync('shareType')
|
|
|
}).then(res => {
|
|
|
uni.hideLoading();
|