删除部分图片,增加超级会员页面功能
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<up-switch v-model="form.enable" size="18"
|
||||
:active-value="1"
|
||||
:inactive-value="0"
|
||||
:disabled="isMainShop()?false:true"
|
||||
></up-switch>
|
||||
</view>
|
||||
</view>
|
||||
@@ -83,7 +84,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<my-bottom-btn-group @cancel="cancel" @save="editFreeDing"></my-bottom-btn-group>
|
||||
<my-bottom-btn-group @cancel="cancel" @save="editFreeDing" isOpenPermission></my-bottom-btn-group>
|
||||
|
||||
|
||||
</view>
|
||||
@@ -92,7 +93,7 @@
|
||||
<script setup>
|
||||
import { onShow, onLoad } from "@dcloudio/uni-app";
|
||||
import { reactive, ref, watch } from "vue";
|
||||
|
||||
import { isMainShop } from "@/store/account";
|
||||
import { getFreeDing, updateFreeDing } from "@/http/api/freeDing.js";
|
||||
const form = reactive({
|
||||
rechargeTimes: 2,
|
||||
|
||||
Reference in New Issue
Block a user