1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-27 17:48:28 +08:00
This commit is contained in:
shaoying 2022-10-18 15:49:23 +08:00
parent b0f51bcec5
commit 592835bb3b

View File

@ -8,7 +8,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, cb, target) {
{view: [wiki.CONTENT, html.DIV, item.text]},
{view: [mall.PRICE, html.DIV, "¥ "+(item.price||0)]},
{view: [mall.COUNT, html.DIV, "还剩 "+(item.count||0)]},
{view: html.ACTION, inner: item.action},
{view: html.ACTION, inner: item.action, style: {width: width-190}},
]},
], onclick: function(event) {
if (can.page.tagis(event.target, html.INPUT) && event.target.type == html.BUTTON) {