xuxueyang
2024-08-04 437ab1797d9c9da58538db4fcea4206f7ffc7a14
update 花农提醒问题
已修改2个文件
7 ■■■■■ 文件已修改
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/supplier/flower-manage/flower-manage.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx1441324401626290",
        "appid" : "wx3203fd935a6ffe09",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
sub_pages/supplier/flower-manage/flower-manage.vue
@@ -248,14 +248,15 @@
                        id: item.id
                    }
                }).then(res => {
                    this.$message.hideLoading()
                    if (res.code == 0) {
                        this.$message.showToast('操作成功')
                        item.status = (status == 'off' ? 'OFF' : 'UP')
                        item.statusStr = (status == 'off' ? '下架' : '上架')
                    }
                }).finally(() => {
                }).catch(e => {
                    this.$message.hideLoading()
                })
                }).finally(() => {})
            },
            async buttonDelete(item) {
                await this.$message.confirm('确定删除此商品吗')