1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
bergyu 2021-12-07 14:19:44 +08:00
parent 3da5dafec6
commit 3e0ca3c695
2 changed files with 77 additions and 77 deletions

View File

@ -74,7 +74,7 @@ Page({
var option = event._option||{}; option.cmds = cmds var option = event._option||{}; option.cmds = cmds
app.requests("action?="+field.name, option, function(msg) { app.requests("action?="+field.name, option, function(msg) {
field.msg = msg, page.setData({list: page.data.list}) field.msg = msg, page.setData({list: page.data.list})
can.base.isFunc(cb) && cb(msg) typeof cb == "function" && cb(msg)
}) })
}, },
onInput: function(event) { var page = this, data = event.target.dataset onInput: function(event) { var page = this, data = event.target.dataset

View File

@ -1,83 +1,83 @@
{ {
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [] "ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}, },
"enableEngineNative": false, "setting": {
"useIsolateContext": true, "urlCheck": true,
"userConfirmedBundleSwitch": false, "es6": true,
"packNpmManually": false, "enhance": false,
"packNpmRelationList": [], "postcss": true,
"minifyWXSS": true, "preloadBackgroundData": false,
"disableUseStrict": false, "minified": true,
"showES6CompileOption": false, "newFeature": true,
"useCompilerPlugins": false, "coverView": true,
"minifyWXML": true "nodeModules": false,
}, "autoAudits": false,
"compileType": "miniprogram", "showShadowRootInWxmlPanel": true,
"libVersion": "2.15.0", "scopeDataCheck": false,
"appid": "wxf4e5104d83476ed6", "uglifyFileName": false,
"projectname": "%E7%BB%88%E7%AB%AF%E5%B7%A5%E5%85%B7%E9%93%BE", "checkInvalidKey": true,
"debugOptions": { "checkSiteMap": true,
"hidedInDevtools": [] "uploadWithSourceMap": true,
}, "compileHotReLoad": false,
"isGameTourist": false, "lazyloadPlaceholderEnable": false,
"simulatorType": "wechat", "useMultiFrameRuntime": true,
"simulatorPluginLibVersion": {}, "useApiHook": true,
"condition": { "useApiHostProcess": true,
"search": { "babelSetting": {
"list": [] "ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"minifyWXML": true
}, },
"conversation": { "compileType": "miniprogram",
"list": [] "libVersion": "2.15.0",
"appid": "wxf4e5104d83476ed6",
"projectname": "%E7%BB%88%E7%AB%AF%E5%B7%A5%E5%85%B7%E9%93%BE",
"debugOptions": {
"hidedInDevtools": []
}, },
"plugin": { "isGameTourist": false,
"list": [] "simulatorType": "wechat",
}, "simulatorPluginLibVersion": {},
"game": { "condition": {
"currentL": -1, "search": {
"list": [] "list": []
}, },
"gamePlugin": { "conversation": {
"list": [] "list": []
}, },
"miniprogram": { "plugin": {
"list": [ "list": []
{ },
"id": 0, "game": {
"name": "pages/action/action", "currentL": -1,
"pathName": "pages/action/action", "list": []
"query": "river= e0a1eb&storm=c23ae3&title=hi.scan", },
"scene": 1001 "gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"id": 0,
"name": "pages/action/action",
"pathName": "pages/action/action",
"query": "river= e0a1eb&storm=c23ae3&title=hi.scan",
"scene": 1001
}
]
} }
]
} }
}
} }