| src/main/resources/templates/febs/views/dapp/money-change-flow.html | ●●●●● patch | view | raw | blame | history |
src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -29,6 +29,7 @@ <option value=""></option> <option value="1">购买节点</option> <option value="3">直推收益</option> <option value="4">收益</option> </select> </div> </div> @@ -55,6 +56,7 @@ var type = { 1: {title: '购买节点', color: 'orange'}, 3: {title: '直推收益', color: 'green'}, 4: {title: '收益', color: 'blue'}, }[d.type]; }} <span class="layui-badge febs-bg-{{type.color}}">{{ type.title }}</span>