| | |
| | | >{{ item + " " }}</span |
| | | > |
| | | </p> |
| | | <p> |
| | | <p v-if="scope.row.ChCount"> |
| | | 通道数量: |
| | | <span>{{ scope.row.chCount || 0 }}</span> |
| | | <span>{{ scope.row.ChCount }}</span> |
| | | </p> |
| | | <p> |
| | | <p v-if="scope.row.authCount"> |
| | | 授权数量: |
| | | <span>{{ scope.row.authCount || 0 }}</span> |
| | | <span>{{ scope.row.authCount }}</span> |
| | | </p> |
| | | <p v-if="scope.row.sdkNames.length > 0"> |
| | | 算法: |
| | |
| | | >{{ item + " " }}</span |
| | | > |
| | | </p> |
| | | |
| | | <p> |
| | | 服务时长: |
| | | <span>{{ scope.row.serveYear + "年" }}</span> |
| | |
| | | if (this.orderInfo.orderMoney == 0) { |
| | | resumePay({ orderId, payMethod: 5 }).then((res) => { |
| | | if (res.success) { |
| | | this.$router.push("/trialCenter"); |
| | | this.$notify({ |
| | | type: "success", |
| | | message: "免费试用", |
| | | message: "成功试用", |
| | | duration: 2500, |
| | | offset: 57, |
| | | }); |