部分问题修复
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -45,8 +49,10 @@
|
||||
import go from "@/commons/utils/go.js";
|
||||
|
||||
import * as chatApi from "@/http/php/chat";
|
||||
import { ref } from "vue";
|
||||
import { ref ,reactive} from "vue";
|
||||
import { onShow } from "@dcloudio/uni-app";
|
||||
|
||||
|
||||
const list = ref([]);
|
||||
|
||||
async function getList() {
|
||||
|
||||
Reference in New Issue
Block a user