替换文件
中的onShareAppMessage方法
// #ifdef MP
onShareAppMessage() {
let that = this;
return {
title: "",
imageUrl: "",
path: "/pages/users/payment_on_behalf/index?order_id=" +
that.order_id + "&spread=" + this.$store.state.app
.uid,
};
},
// #endif
然后重新编译uni-app小程序上传