xcx 4 年 前
コミット
dbe5537f28

+ 2
- 2
src/pages/index/DaLeTouDingDan/index.vue ファイルの表示

@@ -193,7 +193,7 @@ export default {
193 193
         item.LastRes.Tuo.sort((a, b) => { return a - b })
194 194
         ListData.push({
195 195
           amount: item.Count, // 购买注数
196
-          charges: this.IsAdd ? item.Count * 3 * 100 : item.Count * 2, // 价格
196
+          charges: this.IsAdd ? item.Count * 3 * 100 : item.Count * 200, // 价格
197 197
           firstDan: item.FirstRes.Dan.join(','), // 前区胆号, 逗号连接
198 198
           firstNums: item.FirstRes.Tuo.join(','), // 前区其余数字, 逗号连接
199 199
           isDan: !!item.FirstRes.Dan.length, // 是否胆拖
@@ -222,7 +222,7 @@ export default {
222 222
         this.TotalPrize = 0
223 223
         this.Multiple = 1
224 224
         this.DataLock = false
225
-        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId } })
225
+        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'DaLeTou' } })
226 226
       }).catch((res) => {
227 227
         this.Toast(res.data.message)
228 228
         this.DataLock = false

+ 1
- 1
src/pages/index/DingDanZhiFuZhuangTai/index.vue ファイルの表示

@@ -6,7 +6,7 @@
6 6
           <i class="iconfont iconshibai" v-if="OrderStatus === 'Error'"></i>
7 7
           <span v-if="OrderStatus === 'Error'">待支付</span>
8 8
           <i class="iconfont iconchenggong active" v-if="OrderStatus === 'Success'"></i>
9
-          <span v-if="OrderStatus === 'Success'">支付成功</span>
9
+          <span v-if="OrderStatus === 'Success'">投注成功</span>
10 10
           <!-- <a v-if="OrderStatus === 'Error'" :href="`/api/app/order/alipay/betting?orderId=${$route.query.id}&returlURL=${LocationOrigin}&token=${Jwt}&routerName=${$route.query.routerName}`">重新支付</a> -->
11 11
           <router-link :to="{ name: 'index' }">返回首页</router-link>
12 12
           <router-link :to="{ name: 'CaiPiaoXiangQing', query: { id: $route.query.bettingId } }">查看投注</router-link>

+ 1
- 1
src/pages/index/LanQiuDingDan/index.vue ファイルの表示

@@ -233,7 +233,7 @@ export default {
233 233
         this.TotalPrice = 0
234 234
         this.Multiple = 1
235 235
         this.DataLock = false
236
-        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId } })
236
+        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'LanQiu' } })
237 237
       }).catch((res) => {
238 238
         this.Toast(res.data.message)
239 239
         this.DataLock = false

+ 1
- 1
src/pages/index/PaiLie3DingDan/index.vue ファイルの表示

@@ -288,7 +288,7 @@ export default {
288 288
         this.TotalCount = 0
289 289
         this.Multiple = 1
290 290
         this.DataLock = false
291
-        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId } })
291
+        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'PaiLie3' } })
292 292
       }).catch((res) => {
293 293
         this.Toast(res.data.message)
294 294
         this.DataLock = false

+ 1
- 1
src/pages/index/PaiLie5DingDan/index.vue ファイルの表示

@@ -260,7 +260,7 @@ export default {
260 260
         this.TotalCount = 0
261 261
         this.Multiple = 1
262 262
         this.DataLock = false
263
-        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId } })
263
+        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'PaiLie5' } })
264 264
       }).catch((res) => {
265 265
         this.Toast(res.data.message)
266 266
         this.DataLock = false

+ 2
- 2
src/pages/index/ShuangSeQiuDingDan/index.vue ファイルの表示

@@ -184,7 +184,7 @@ export default {
184 184
         item.LastRes.Tuo.sort((a, b) => { return a - b })
185 185
         ListData.push({
186 186
           amount: item.Count, // 购买注数
187
-          charges: item.Count * 2, // 价格
187
+          charges: item.Count * 200, // 价格
188 188
           firstDan: item.FirstRes.Dan.join(','), // 前区胆号, 逗号连接
189 189
           firstNums: item.FirstRes.Tuo.join(','), // 前区其余数字, 逗号连接
190 190
           isDan: !!item.FirstRes.Dan.length, // 是否胆拖
@@ -212,7 +212,7 @@ export default {
212 212
         this.TotalPrize = 0
213 213
         this.Multiple = 1
214 214
         this.DataLock = false
215
-        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId } })
215
+        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'ShuangSeQiu' } })
216 216
       }).catch((res) => {
217 217
         this.Toast(res.data.message)
218 218
         this.DataLock = false

+ 1
- 1
src/pages/index/ZuQiuDingDan/index.vue ファイルの表示

@@ -234,7 +234,7 @@ export default {
234 234
         this.TotalPrice = 0
235 235
         this.Multiple = 1
236 236
         this.DataLock = false
237
-        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId } })
237
+        this.$router.push({ name: 'DingDanZhiFuZhuangTai', query: { orderId: res.data.data.orderId, bettingId: res.data.data.bettingId, routerName: 'ZuQiu' } })
238 238
       }).catch((res) => {
239 239
         this.Toast(res.data.message)
240 240
         this.DataLock = false