|
@@ -70,7 +70,7 @@
|
|
|
<text> 点击提交申请,提醒对口销售为你开通试用 </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view v-if="detailDataForm.HasPermission === 3" class="btn-cont" @click="sellerApplyAuth"> {{ isShowText ? "提交申请" : "立即申请" }}</view>
|
|
|
+ <view v-if="detailDataForm.HasPermission === 3" class="btn-cont" @click="sellerApplyAuth"> 提交申请</view>
|
|
|
<view class="btn-cont back-btn" @click="backIndex"> 返回 </view>
|
|
|
<view class="product-introduction-box">
|
|
|
<view class="product-introduction">
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
this.detailDataForm.HasPermission === 2
|
|
|
? User.applyTry({
|
|
|
ApplyMethod: 3,
|
|
|
- TryType: "Article",
|
|
|
+ TryType: "YanxuanSpecial",
|
|
|
DetailId: this.detailId,
|
|
|
}).then((res) => {
|
|
|
if (res.Ret === 200) {
|
|
@@ -204,7 +204,7 @@ export default {
|
|
|
})
|
|
|
: this.detailDataForm.HasPermission === 4
|
|
|
? uni.navigateTo({
|
|
|
- url: "/pageMy/applyTrial/applyTrial?tryType=YanxuanSpecia&detailId=" + this.detailId,
|
|
|
+ url: "/pageMy/applyTrial/applyTrial?tryType=YanxuanSpecial&detailId=" + this.detailId,
|
|
|
})
|
|
|
: uni.showModal({
|
|
|
title: "",
|
|
@@ -218,8 +218,8 @@ export default {
|
|
|
// 销售的立即申请
|
|
|
sellerApplyAuth() {
|
|
|
User.applyTry({
|
|
|
- TryType: "Article",
|
|
|
- DetailId: this.id,
|
|
|
+ TryType: "YanxuanSpecial",
|
|
|
+ DetailId: this.detailId,
|
|
|
}).then((res) => {
|
|
|
if (res.Ret === 200) {
|
|
|
uni.showModal({
|