|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
<div class="weui-flex__item">
|
|
<div class="weui-flex__item">
|
|
<div style="display: inline;align-items: flex-end">状 态:</div>
|
|
<div style="display: inline;align-items: flex-end">状 态:</div>
|
|
- <div style="display: inline;" id="myStatus"></div>
|
|
|
|
|
|
+ <div style="display: inline;margin-top: 1vh;" id="myStatus"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="weui-flex" style="display:flex; flex-direction: row; justify-content: space-between">
|
|
<div class="weui-flex" style="display:flex; flex-direction: row; justify-content: space-between">
|
|
@@ -16,15 +16,15 @@
|
|
<div style="display: inline;align-items: flex-start">我的团购:</div>
|
|
<div style="display: inline;align-items: flex-start">我的团购:</div>
|
|
<div style="display: inline;">
|
|
<div style="display: inline;">
|
|
<input type="text" id="buyCount"
|
|
<input type="text" id="buyCount"
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh; width: 20%;"
|
|
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh; width: 50%;font-size: 16px;margin-top: 1vh;"
|
|
maxlength="3" onkeyup="this.value=this.value.replace(/[^0-9-]+/,'');" min="1"
|
|
maxlength="3" onkeyup="this.value=this.value.replace(/[^0-9-]+/,'');" min="1"
|
|
onchange="changeBuy()">
|
|
onchange="changeBuy()">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="weui-flex__item" >
|
|
|
|
|
|
+ <div class="weui-flex__item">
|
|
<div style="display: inline;">金 额¥:</div>
|
|
<div style="display: inline;">金 额¥:</div>
|
|
- <div style="display: inline;" id="myMenory"></div>
|
|
|
|
|
|
+ <div style="display: inline;font-size: 16px" id="myMenory"></div>
|
|
</div>
|
|
</div>
|
|
<div class="weui-flex">
|
|
<div class="weui-flex">
|
|
<div class="weui-flex__item">
|
|
<div class="weui-flex__item">
|
|
@@ -32,14 +32,14 @@
|
|
<div class="weui-flex__item" style="display: inline;">
|
|
<div class="weui-flex__item" style="display: inline;">
|
|
<input type="text" maxlength="11" id="myPhone" onkeyup="value=value.replace(/[^\d]/g,'')"
|
|
<input type="text" maxlength="11" id="myPhone" onkeyup="value=value.replace(/[^\d]/g,'')"
|
|
maxlength=11
|
|
maxlength=11
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh; width: 50%;"">
|
|
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh; width: 50%;font-size: 16px;margin-top: 1vh;">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
|
|
- <div style="color:#1e282c;height: 5vh; line-height: 5vh;margin-right: 2vw;width: 13%;">备注:</div>
|
|
|
|
|
|
+ <div style=" flex-direction: row; justify-content: space-between;">
|
|
|
|
+ <div style="display: inline;align-items: flex-start"">备 注:</div>
|
|
<textarea id="Myremarks" class="weui-textarea" placeholder="输入内容(200字内)" rows="3"
|
|
<textarea id="Myremarks" class="weui-textarea" placeholder="输入内容(200字内)" rows="3"
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; margin-top: 1vh;"></textarea>
|
|
|
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; margin-top: 1vh;" ></textarea>
|
|
</div>
|
|
</div>
|
|
<div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh; margin-bottom: 5vh;">
|
|
<div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh; margin-bottom: 5vh;">
|
|
<#if type==1>
|
|
<#if type==1>
|
|
@@ -81,6 +81,7 @@
|
|
|
|
|
|
<#--返回-->
|
|
<#--返回-->
|
|
function buyBack() {
|
|
function buyBack() {
|
|
|
|
+ // window.history.back();
|
|
window.location.href = "/user/homeIndex.html?userId=" + $('#buyuserId').val() + "&userType=" + 1 + '#tab3';
|
|
window.location.href = "/user/homeIndex.html?userId=" + $('#buyuserId').val() + "&userType=" + 1 + '#tab3';
|
|
}
|
|
}
|
|
|
|
|