mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
send gradido ist ok und wird angezeigt in der list
This commit is contained in:
parent
a9316e82da
commit
527f5c0f37
@ -110,13 +110,13 @@ services:
|
|||||||
#########################################################
|
#########################################################
|
||||||
## GRADIDO NODE v1 ######################################
|
## GRADIDO NODE v1 ######################################
|
||||||
#########################################################
|
#########################################################
|
||||||
gradido-node:
|
# gradido-node:
|
||||||
build:
|
# build:
|
||||||
context: .
|
# context: .
|
||||||
dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile
|
# dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile
|
||||||
volumes:
|
# volumes:
|
||||||
- ${GN_INSTANCE_FOLDER}:/opt/instance
|
# - ${GN_INSTANCE_FOLDER}:/opt/instance
|
||||||
container_name: ${GN_CONTAINER_NAME}
|
# container_name: ${GN_CONTAINER_NAME}
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
## GRADIDO NODE test ###################################
|
## GRADIDO NODE test ###################################
|
||||||
|
|||||||
@ -75,6 +75,9 @@ export const store = new Vuex.Store({
|
|||||||
passwordReset: async (data) => {
|
passwordReset: async (data) => {
|
||||||
console.log("<<<<<<<<<<< PASSWORT RESET TODO >>>>>>>>>>>", data.email)
|
console.log("<<<<<<<<<<< PASSWORT RESET TODO >>>>>>>>>>>", data.email)
|
||||||
},
|
},
|
||||||
|
schoepfen: async (data) => {
|
||||||
|
// http://localhost/transaction-creations/ajaxCreate
|
||||||
|
},
|
||||||
createUser: async ({ commit, dispatch }, data) => {
|
createUser: async ({ commit, dispatch }, data) => {
|
||||||
console.log('action: createUser')
|
console.log('action: createUser')
|
||||||
const result = await loginAPI.create(data.email,data.first_name,data.last_name,data.password)
|
const result = await loginAPI.create(data.email,data.first_name,data.last_name,data.password)
|
||||||
@ -105,9 +108,9 @@ export const store = new Vuex.Store({
|
|||||||
},
|
},
|
||||||
ajaxCreate: async ({ dispatch, state }) => {
|
ajaxCreate: async ({ dispatch, state }) => {
|
||||||
//console.log('action: ajaxCreate')
|
//console.log('action: ajaxCreate')
|
||||||
|
state.ajaxCreateData.amount = (state.ajaxCreateData.amount)*10000
|
||||||
axios.post("http://localhost/transaction-creations/ajaxCreate", state.ajaxCreateData).then((result) => {
|
axios.post("http://localhost/transaction-send-coins/ajaxCreate", state.ajaxCreateData).then((result) => {
|
||||||
console.log("store ajaxCreate result", result)
|
console.log("store ajaxCreate result", result)
|
||||||
|
|
||||||
if( result.success ){
|
if( result.success ){
|
||||||
// TODO
|
// TODO
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
>
|
>
|
||||||
<b-input-group-prepend>
|
<b-input-group-prepend>
|
||||||
|
|
||||||
<img src="img/icons/gradido/qr-scan-pure.png" width="90" @click="scan=true"/>
|
<img src="img/icons/gradido/qr-scan-pure.png" width="80" height="auto" @click="scan=true"/>
|
||||||
|
|
||||||
</b-input-group-prepend>
|
</b-input-group-prepend>
|
||||||
<b-form-input
|
<b-form-input
|
||||||
@ -60,7 +60,7 @@
|
|||||||
class="mb-3">
|
class="mb-3">
|
||||||
<b-input-group-prepend>
|
<b-input-group-prepend>
|
||||||
|
|
||||||
<img src="img/icons/gradido/plus.png" width="90">
|
<img src="img/icons/gradido/plus.png" width="80">
|
||||||
|
|
||||||
</b-input-group-prepend>
|
</b-input-group-prepend>
|
||||||
<b-form-input
|
<b-form-input
|
||||||
@ -84,7 +84,7 @@
|
|||||||
<b-input-group>
|
<b-input-group>
|
||||||
<b-input-group-prepend>
|
<b-input-group-prepend>
|
||||||
|
|
||||||
<b-icon icon="chat-right-text" class="display-1 mp-1"></b-icon>
|
<b-icon icon="chat-right-text" class="display-1"></b-icon>
|
||||||
|
|
||||||
</b-input-group-prepend>
|
</b-input-group-prepend>
|
||||||
<b-form-textarea v-model="form.memo"></b-form-textarea>
|
<b-form-textarea v-model="form.memo"></b-form-textarea>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user