摘要: using System.Xml;using System.IO;using System; namespace Framework.Common{ /// /// 用于获取或设置Web.config/*.exe.config中节点数据的辅助类 /// public sealed class AppConfig { private string fi... 阅读全文
posted @ 2018-01-05 17:54 北京高超 阅读(1189) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MarketPlace.WinErp.Model{ public class UserInfo { /// /// 用户ID /// ... 阅读全文
posted @ 2018-01-05 17:20 北京高超 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 测试 阅读全文
posted @ 2018-01-05 17:17 北京高超 阅读(215) 评论(0) 推荐(0) 编辑
摘要: wx.showToast({ title: '成功', //标题 icon: 'loading', //图标,支持"success"、"loading" image: '../image/img.png', //自定义图标的本地路径,image 的优先级高于 icon duration: 20000 阅读全文
posted @ 2018-01-05 13:38 北京高超 阅读(76) 评论(0) 推荐(0) 编辑
摘要: wx.showToast({ title: '成功', //标题 icon: 'loading', //图标,支持"success"、"loading" image: '../image/img.png', //自定义图标的本地路径,image 的优先级高于 icon duration: 20000 阅读全文
posted @ 2018-01-05 13:35 北京高超 阅读(90) 评论(0) 推荐(0) 编辑