gree_leran/utils/msg.js

13 lines
108 B
JavaScript

const showtitle =(msg)=>{
uni.showToast({
icon:"none",
title:msg
})
}
export default{
showtitle
}