摘要: '14488', 'desc' => '参数错误' ]; return $return_data; } $data['mch_appid'] = C('APPID'); //商户的应用appid ... 阅读全文
posted @ 2019-07-26 20:07 盘思动 阅读(3207) 评论(0) 推荐(0) 编辑
摘要: // 把多少秒 转化为 时分秒: 类似倒计时! function timestampToDate(ctime){ let returnStr = ''; // 天数位 // let day = Math.floor(ctime / 3600 / 24); // let dayStr = day.toString(); // if (dayStr.leng... 阅读全文
posted @ 2019-07-26 16:22 盘思动 阅读(1338) 评论(0) 推荐(0) 编辑
摘要: 想修改整个程序的导航栏,在app.json 文件 修改 "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "修改,改变程序导航栏名称", "navigationBarTextStyle": "... 阅读全文
posted @ 2019-07-26 14:42 盘思动 阅读(8911) 评论(0) 推荐(0) 编辑