优化添加商品返回
This commit is contained in:
@@ -151,7 +151,7 @@
|
|||||||
</u-form-item>
|
</u-form-item>
|
||||||
</view>
|
</view>
|
||||||
</u-form>
|
</u-form>
|
||||||
<my-footer-btn type="horizontal" showCancel @confirm="submitHandle"></my-footer-btn>
|
<my-footer-btn type="horizontal" showCancel @confirm="submitHandle" @cancel="backHandle"></my-footer-btn>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -180,6 +180,10 @@ const form = ref({
|
|||||||
goodsDescription: '' // 商品详情
|
goodsDescription: '' // 商品详情
|
||||||
});
|
});
|
||||||
|
|
||||||
|
function backHandle() {
|
||||||
|
uni.navigateBack();
|
||||||
|
}
|
||||||
|
|
||||||
function isLimitQuotaChange() {
|
function isLimitQuotaChange() {
|
||||||
form.value.limitQuota = '';
|
form.value.limitQuota = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user