bestcem-miniapp-amway
v1.0.13
Published
``` npm install bestcem-miniapp-amway 或 yarn add bestcem-miniapp-amway
Readme
npm install bestcem-miniapp-amway
或
yarn add bestcem-miniapp-amway
微信开发者工具 - 构建npm{
"usingComponents": {
"xm-survey": "bestcem-miniapp-amway/xm-survey/index"
}
}<xm-survey
id="xmSurvey"
show="{{ surveyShow }}"
bindonsubmit="submit"
bindonclose="close"
></xm-survey>data:{
surveyConfig: {
baseURL: "https://surveytest.amwaynet.com.cn",
survey_id: "", // 项目id
source: 1, // 预览测试
type: "embed", // embed 嵌入 modal 弹窗
ext_data: { // 外部参数
system_no: "MA02",
condition_no: "MA03"
},
showCloseBtn: true, // 关闭按钮
showEndPage: true, // 显示结束页
questionConfig: {
// 打分题图片
// scoreImage: [
// {
// url: "https://xx",
// active: "https://xx"
// }
// ]
}
}
}const xmSurvey = this.selectComponent("#xmSurvey");
xmSurvey.initSurvey(this.data.surveyConfig);