Commit 5d33cdb9 authored by 18224442217's avatar 18224442217

no message

parent 32883f5c
...@@ -173,7 +173,9 @@ ...@@ -173,7 +173,9 @@
setCensus(){ setCensus(){
uni.showModal({ uni.showModal({
title: '提示', title: '提示',
content: '此操作将生成统计表的1-8题统计分析,是否继续?', content: '此操作将生成统计表的1-8题统计分析,是否生成',
cancelText:'不生成',
confirmText:'生成',
success: function(res) { success: function(res) {
if (res.confirm) { if (res.confirm) {
//1、调用后台生成接口 //1、调用后台生成接口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment