完成简易版的充值和充值记录查询页面,简单的我的页面
This commit is contained in:
		| @@ -1,22 +0,0 @@ | ||||
| /* eslint-disable */ | ||||
| var style = require('../wxs/style.wxs'); | ||||
| var addUnit = require('../wxs/add-unit.wxs'); | ||||
|  | ||||
| function spinnerStyle(data) { | ||||
|   return style({ | ||||
|     color: data.color, | ||||
|     width: addUnit(data.size), | ||||
|     height: addUnit(data.size), | ||||
|   }); | ||||
| } | ||||
|  | ||||
| function textStyle(data) { | ||||
|   return style({ | ||||
|     'font-size': addUnit(data.textSize), | ||||
|   }); | ||||
| } | ||||
|  | ||||
| module.exports = { | ||||
|   spinnerStyle: spinnerStyle, | ||||
|   textStyle: textStyle, | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user