摘要: 汉字转拼音 UNI-APP插件库那里搜索到的,其实也就是JS了。。把所有的汉字对应的拼音列出来,再一一对应 <template> <view class="content"> <image class="logo" src="/static/logo.png"></image> <view clas 阅读全文
posted @ 2023-06-09 23:08 牛腩 阅读(568) 评论(2) 推荐(0)
摘要: <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)