摘要:
<template> <view class="content"> <view class="itemtop" v-for="(item,index) in toplist"> <view class="oneitem_img"> <image :src="aaa(item.avator)"></i 阅读全文
posted @ 2023-06-09 23:03
牛腩
阅读(122)
评论(0)
推荐(0)
摘要:
取公共的APIURL 项目新增common目录,里面有个common.js const common = { get apiurl(){ var apiurl = uni.getStorageSync("apiurl"); if(apiurl==undefined || apiurl == '') 阅读全文
posted @ 2023-06-09 23:02
牛腩
阅读(30)
评论(0)
推荐(0)