用多端开发框架,uniapp等
请教一个问题,手机app可以转成小程序吗?我们现在开发了一个手机app,如何才能快速的把这个app转成在小程序运行? 这种思路在技术上可行吗?麻烦各位大佬能给个指引,谢谢
11-05这个可以用了吗?
this.resolvePrivacyAuthorization is not a functio?this.resolvePrivacyAuthorization is not a function?[图片] 基础库版本:3.0.0 工具版本:1.05.2106091
2023-08-30没有的,我的客服都是可以正常实时收到小程序客服消息了。
小程序设置了客服,但是客服收不到消息,还被警告回复不及时。。小程序设置了客服,但是客服手机端收不到消息,必须登录网页版,
2020-09-04[图片]
云函数查询云数据记录出错误?1、云函数 name const cloud = require('wx-server-sdk') wx.cloud.init({ env: "xxxxxx" }) const db = cloud.database() exports.main = async (event, context) => { try { return await db.collection('gxser').doc('a85ed387c100134853').get() } catch (err) { console.log(err) } } 2、pages中的index.js Page({ onAdd:function() { wx.cloud.callFunction({ name: "name", success(res) { console.log("请求成功", res) }, fail(res) { console.log("请求失败", res) } }) } }) 3、index.wxml <button bindtap="onAdd">用函数</button> -------------------------------------------------------------------------------------------- 运行提示: 请求失败 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID b5007aac-a98c-11ea-922e-5254001dad8e, cloud function service error code -504002, error message wx is not defined; at cloud.callFunction api; at new u (VM319 WAService.js:2) at d (VM319 WAService.js:2) at f (VM319 WAService.js:2) at Function.success (VM319 WAService.js:2) at VM319 WAService.js:2 at T (VM319 WAService.js:2) at i.<anonymous> (VM319 WAService.js:2) at i.emit (VM319 WAService.js:2) at Si (VM319 WAService.js:2) at VM319 WAService.js:2
2020-06-15