分销问题修复,订单问题修复
This commit is contained in:
@@ -243,11 +243,14 @@
|
||||
|
||||
<!-- 生成公众号二维码 -->
|
||||
<we-qrcode @generate="(e) => qrcodeResult(e)"></we-qrcode>
|
||||
|
||||
<devetools></devetools>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import weQrcode from "@/components/wechat-ac-qrcode.vue";
|
||||
import devetools from "@/components/devetools.vue";
|
||||
|
||||
import { ref, computed, onMounted, reactive, watch } from "vue";
|
||||
import { onLoad, onReady, onShow } from "@dcloudio/uni-app";
|
||||
@@ -276,7 +279,7 @@ const myFunList = ref([
|
||||
{
|
||||
name: "分销",
|
||||
type: "fenxiao",
|
||||
icon: "https://czg-qr-order.oss-cn-beijing.aliyuncs.com/my/my_coupon.png",
|
||||
icon: "/static/icon/fenxiao.svg",
|
||||
},
|
||||
// {
|
||||
// name: "我的订单",
|
||||
|
||||
Reference in New Issue
Block a user